|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordWriteSupport | |
---|---|
net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
net.sf.hermesftp.cmd.impl | Contains the implementation of all FTP command classes. |
net.sf.hermesftp.streams | Contains stream objects that handle special file formats and record structures. |
Uses of RecordWriteSupport in net.sf.hermesftp.cmd |
---|
Methods in net.sf.hermesftp.cmd with parameters of type RecordWriteSupport | |
---|---|
protected abstract void |
AbstractFtpCmdRetr.doRetrieveRecordData(RecordWriteSupport out,
java.io.File file,
long fileOffset)
Retrieves record based data. |
Uses of RecordWriteSupport in net.sf.hermesftp.cmd.impl |
---|
Methods in net.sf.hermesftp.cmd.impl with parameters of type RecordWriteSupport | |
---|---|
protected void |
FtpCmdRetr.doRetrieveRecordData(RecordWriteSupport rws,
java.io.File file,
long fileOffset)
Retrieves record based data. |
Uses of RecordWriteSupport in net.sf.hermesftp.streams |
---|
Classes in net.sf.hermesftp.streams that implement RecordWriteSupport | |
---|---|
class |
BlockModeOutputStream
In the case of a file being sent with file-structure to a record-oriented host, there exists the question of what criteria the host should use to divide the file into records which can be processed locally. |
class |
RafOutputStream
Wrapper class for writing to a RandomAccessFile through the OutputStream abstraction. |
class |
RecordOutputStream
In a record structured file EOR and EOF will each be indicated by a two-byte control code. |
class |
TextOutputStream
Returns text data as byte arrays. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |