|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldengate.common.file.filesystembased.FilesystemBasedFileImpl
goldengate.ftp.filesystembased.FilesystemBasedFtpFile
public abstract class FilesystemBasedFtpFile
Filesystem implementation of a FtpFile
Field Summary |
---|
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedFileImpl |
---|
currentFile, isAppend, isReady, session |
Constructor Summary | |
---|---|
FilesystemBasedFtpFile(FtpSession session,
FilesystemBasedFtpDir dir,
String path,
boolean append)
|
Method Summary | |
---|---|
long |
length()
|
void |
trueRetrieve()
Launch retrieve operation (internal method, should not be called directly) |
Methods inherited from class goldengate.common.file.filesystembased.FilesystemBasedFileImpl |
---|
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, get, getDir, getFile, getFileChannel, getFileFromPath, getFileOutputStream, getMarker, getPosition, getRandomFile, getRelativePath, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, setPosition, store, writeDataBlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface goldengate.common.file.FileInterface |
---|
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, getDir, getFile, getMarker, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, store, writeDataBlock |
Constructor Detail |
---|
public FilesystemBasedFtpFile(FtpSession session, FilesystemBasedFtpDir dir, String path, boolean append) throws goldengate.common.command.exception.CommandAbstractException
session
- dir
- It is not necessary the directory that owns this file.path
- append
-
goldengate.common.command.exception.CommandAbstractException
Method Detail |
---|
public long length() throws goldengate.common.command.exception.CommandAbstractException
length
in interface goldengate.common.file.FileInterface
length
in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
goldengate.common.command.exception.CommandAbstractException
public void trueRetrieve()
trueRetrieve
in interface FtpFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |