| Class | Description |
|---|---|
| BytesInput |
A source of bytes capable of writing itself to an output.
|
| CapacityByteArrayOutputStream |
Similar to a
ByteArrayOutputStream, but uses a different strategy for growing that does not involve copying. |
| ConcatenatingByteArrayCollector | |
| 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 The Apache Software Foundation. All Rights Reserved.