| Interface | Description |
|---|---|
| ICharacterStream |
Character stream.
|
| ICharacterStream.Readable |
Readable character stream.
|
| ICharacterStream.Readable.Buffered |
Buffered readable character stream.
|
| ICharacterStream.Readable.PositionInText |
Readable character stream with known line and position in line.
|
| ICharacterStream.Writable |
Writable character stream.
|
| ICharacterStream.Writable.Buffered |
Buffered writable character stream.
|
| ICharacterStream.WriterAsync |
Asynchronous writable character stream.
|
| Class | Description |
|---|---|
| BufferedReadableCharacterStream |
Implement a buffered readable character stream from a readable IO.
|
| BufferedReadableCharacterStreamLocation |
Buffered readable character stream that calculate the line number and position on the current line while reading.
|
| BufferedWritableCharacterStream |
Implement a buffered writable character stream from a writable IO.
|
| CharacterStreamWritePool |
Utility class to queue write operations to a character stream.
|
| Decoder |
Charset decoder.
|
| DefaultDecoder |
Default implementation of Decoder using JDK CharsetDecoder.
|
| FullReadLines<T> |
Task reading a text file line by line.
|
| ProgressiveBufferedReadableCharStream |
Buffered readable character stream.
|
| PropertiesReader<T> |
Implementation of FullReadLines to read a file containing properties.
|
| TextLineStream |
Allow to read a text file line by line.
|
| UTF8Decoder |
Decoder for UTF-8 charset.
|
| WritableCharacterStream |
Implement a non-buffered writable character stream using a writable IO.
|
Copyright © 2019. All rights reserved.