Class | Description |
---|---|
BytesInput |
A source of bytes capable of writing itself to an output.
|
BytesUtils |
utility methods to deal with bytes
|
CapacityByteArrayOutputStream |
functionality of ByteArrayOutputStream without the memory and copy overhead
It will linearly create a new slab of the initial size when needed (instead of creating a new buffer and copying the data).
|
LittleEndianDataInputStream |
Based on DataInputStream but little endian and without the String/char methods
|
LittleEndianDataOutputStream |
Based on DataOutputStream but in little endian and without the String/char methods
|
Copyright © 2015. All rights reserved.