Package net.sf.hermesftp.streams

Contains stream objects that handle special file formats and record structures.

See:
          Description

Interface Summary
BlockModeConstants Common constants used by streams that handle block modes.
RecordReadSupport Implemented by streams that support reading records.
RecordWriteSupport Implemented by streams that support writing records.
 

Class Summary
BlockModeInputStream Reads a stream formatted in block mode, extracts the data contents and registers restart markers.
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.
RafInputStream Wrapper class for reading a RandomAccessFile through the InputStream abstraction.
RafOutputStream Wrapper class for writing to a RandomAccessFile through the OutputStream abstraction.
RecordInputStream In a record structured file EOR and EOF will each be indicated by a two-byte control code.
RecordOutputStream In a record structured file EOR and EOF will each be indicated by a two-byte control code.
TextInputStream Reads text data and makes the lines accessible as records.
TextOutputStream Returns text data as byte arrays.
 

Package net.sf.hermesftp.streams Description

Contains stream objects that handle special file formats and record structures.



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.