Package org.infinispan.commons.io
Commons IO package
- Public API
-
Interface Summary Interface Description ByteBuffer A byte buffer that exposes the internal byte array with minimal copying.ByteBufferFactory Used for building instances ofByteBuffer
. -
Class Summary Class Description ByteBufferFactoryImpl ByteBufferImpl A byte buffer that exposes the internal byte array with minimal copyingByteBufferImpl.Externalizer ExposedByteArrayOutputStream Extends ByteArrayOutputStream, but exposes the internal buffer.SignedNumeric Variable length encoding for signed numbers, using the ZigZag techniqueUnsignedNumeric Helper to read and write unsigned numerics