Package de.undercouch.bson4jackson.io

Class Summary
BoundedInputStream Input stream that bounds an underlying input stream to a particular size.
ByteOrderUtil Provides static methods to change the byte order of single values
CountingInputStream Reads from another input stream, but counts the number of bytes read or skipped (i.e. saves the current buffer position).
DynamicOutputBuffer A random-access buffer that resizes itself.
LittleEndianInputStream Works like DataInputStream but reads values using little-endian encoding.
StaticBufferedInputStream Extends BufferedInputStream, but uses a a re-usable static buffer provided by StaticBuffers to achieve better performance.
StaticBuffers Keeps thread-local re-usable buffers.
 

Enum Summary
StaticBuffers.Key Possible buffer keys