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 Deprecated. Since 13.0, please useLazyByteArrayOutputStream
instead.LazyByteArrayOutputStream ByteArrayOutputStream alternative exposing the internal buffer.SignedNumeric Variable length encoding for signed numbers, using the ZigZag techniqueStringBuilderWriter UnsignedNumeric Helper to read and write unsigned numerics