Documentation for the _.IO.IParts package. More...
Classes | |
class | ByteIO |
/// Aggregation holder class for a stream of raw bytes that represent encoded characters. More... | |
class | CharacterIO |
A character stream with byte-character transcoding for its storage or transport format based on the value of <property>..CharEncoding</property>. More... | |
class | CharacterSeekableIO |
Aggregation holder class for methods implemented in Seekable Character stream classes Seekable Character stream classes are seekable by character position as well as by raw byte position. More... | |
class | LineIO |
Aggregation holder class for methods implemented in those Stream classes that support line-by-line Read and Write operations. More... | |
class | MetaIO |
Abstract implementation class providing methods used by MetaStreams to wrapper one or more IO streams, Library streams or Stream streams. More... | |
class | SeekableIO |
Aggregation holder class for methods implemented in Seekable stream classes The methods of this class work for both Byte and Character streams. More... | |
class | ServerSocketIO |
class | SocketIO |
Documentation for the _.IO.IParts package.