|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordReadSupport | |
|---|---|
| net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
| net.sf.hermesftp.streams | Contains stream objects that handle special file formats and record structures. |
| Uses of RecordReadSupport in net.sf.hermesftp.cmd |
|---|
| Methods in net.sf.hermesftp.cmd with parameters of type RecordReadSupport | |
|---|---|
protected void |
AbstractFtpCmdStorFile.doStoreRecordData(RecordReadSupport rrs,
java.io.File file,
long offset)
Stores record based data as file. |
protected abstract void |
AbstractFtpCmdStor.doStoreRecordData(RecordReadSupport rrs,
java.io.File file,
long offset)
Stores record based data as file. |
| Uses of RecordReadSupport in net.sf.hermesftp.streams |
|---|
| Classes in net.sf.hermesftp.streams that implement RecordReadSupport | |
|---|---|
class |
BlockModeInputStream
Reads a stream formatted in block mode, extracts the data contents and registers restart markers. |
class |
RafInputStream
Wrapper class for reading a RandomAccessFile through the InputStream abstraction. |
class |
RecordInputStream
In a record structured file EOR and EOF will each be indicated by a two-byte control code. |
class |
TextInputStream
Reads text data and makes the lines accessible as records. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||