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 Works like BufferedInputStream, but is not thread-safe and also uses a a re-usable static buffer provided by StaticBuffers to achieve better performance
StaticBuffers Keeps thread-local re-usable buffers.
UnsafeByteArrayInputStream An input stream that serves the content of an array.
 

Enum Summary
StaticBuffers.Key Possible buffer keys