public class FileBasedFile extends FilesystemBasedFtpFile
currentFile, isAppend, session
isReady
Constructor and Description |
---|
FileBasedFile(FtpSession session,
FileBasedDir fileBasedDir,
String path,
boolean append) |
Modifier and Type | Method and Description |
---|---|
File |
getTrueFile()
This method is a good to have in a true
FtpFile implementation. |
length, trueRetrieve
abortFile, canRead, canWrite, clear, closeFile, delete, exists, get, getDir, getFile, getFileChannel, getFileFromPath, getFileOutputStream, getPosition, getRandomFile, getRelativePath, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, setPosition, writeDataBlock
checkIdentify, getMarker, restartMarker, retrieve, store
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, getDir, getFile, getMarker, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, setPosition, store, writeDataBlock
public FileBasedFile(FtpSession session, FileBasedDir fileBasedDir, String path, boolean append) throws CommandAbstractException
session
- fileBasedDir
- It is not necessary the directory that owns
this
file.path
- append
- CommandAbstractException
Copyright © 2009–2020 Waarp. All rights reserved.