
public abstract class FilesystemBasedFtpFile extends FilesystemBasedFileImpl implements FtpFile
currentFile, isAppend, sessionisReady| Modifier | Constructor and Description |
|---|---|
protected |
FilesystemBasedFtpFile(FtpSession session,
FilesystemBasedFtpDir dir,
String path,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
long |
length() |
void |
trueRetrieve()
Launch retrieve operation (internal method, should not be called
directly)
|
abortFile, canRead, canWrite, clear, closeFile, delete, exists, get, getDir, getFile, getFileChannel, getFileFromPath, getFileOutputStream, getPosition, getRandomFile, getRelativePath, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, setPosition, writeDataBlockcheckIdentify, getMarker, restartMarker, retrieve, storeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, getDir, getFile, getMarker, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, setPosition, store, writeDataBlockprotected FilesystemBasedFtpFile(FtpSession session, FilesystemBasedFtpDir dir, String path, boolean append) throws CommandAbstractException
session - dir - It is not necessary the directory that owns this file.path - append - CommandAbstractExceptionpublic long length()
throws CommandAbstractException
length in interface FileInterfacelength in class FilesystemBasedFileImplCommandAbstractExceptionpublic void trueRetrieve()
trueRetrieve in interface FtpFileCopyright © 2009–2020 Waarp. All rights reserved.