Class | Description |
---|---|
AbstractVarIntSupport | |
AsciiBuffer | |
Buffer | |
BufferEditor |
Used to write and read primitives to and from a Buffer.
|
BufferInputStream |
Very similar to the java.io.ByteArrayInputStream but this version is not
thread safe.
|
BufferOutputStream |
Very similar to the java.io.ByteArrayOutputStream but this version
is not thread safe and the resulting data is returned in a Buffer
to avoid an extra byte[] allocation.
|
ByteArrayInputStream |
Very similar to the java.io.ByteArrayInputStream but this version is not
thread safe.
|
ByteArrayOutputStream |
Very similar to the java.io.ByteArrayOutputStream but this version
is not thread safe and the resulting data is returned in a Buffer
to avoid an extra byte[] allocation.
|
DataByteArrayInputStream |
Optimized ByteArrayInputStream that can be used more than once
|
DataByteArrayOutputStream |
Optimized ByteArrayOutputStream
|
HexSupport |
Used to convert to hex from byte arrays and back.
|
UTF8Buffer |
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.