Class | Description |
---|---|
BigEndianBinaryReader |
IO-Optimized binary reader using big-endian integer encoding.
|
BigEndianBinaryWriter |
IO-Optimized binary writer using big-endian integer encoding.
|
BinaryReader |
IO-Optimized binary reader.
|
BinaryWriter |
IO-Optimized binary writer.
|
ByteBufferInputStream |
Simple input stream backed by a byte buffer.
|
ByteBufferOutputStream |
Simple output stream backed by a byte buffer.
|
CountingOutputStream |
An output stream that counts the number of bytes written.
|
IndentedPrintWriter |
Print writer that prints lines with indent.
|
IOUtils |
IO Stream static utilities.
|
LittleEndianBinaryReader |
IO-Optimized binary reader using little-endian integer encoding.
|
LittleEndianBinaryWriter |
IO-Optimized binary writer using little-endian integer encoding.
|
Utf8StreamReader |
Similar to java native
InputStreamReader , but locked to
utf-8, and explicitly with no buffering whatsoever. |
Copyright © 2017. All rights reserved.