Interface | Description |
---|---|
IByteCounter |
This interface provides a method to count the number of bytes from the
beginning of a file
|
Class | Description |
---|---|
InputStreamWrapper |
This class provides a wrapper for InputStream which implements IByteCounter
|
StringReaderWrapper |
This class provides a wrapper for StringReader which implements IByteCounter
|