Class CompositeByteArraySegment.BufferLayout

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BufferLayout

        public BufferLayout​(int bufferSizeBits)
        Creates a new instance of the CompositeByteArraySegment.BufferLayout class.
        Parameters:
        bufferSizeBits - The size of the buffer, expressed in bits. The size of the buffer will be equal to 2 to the power of this value.
        Throws:
        java.lang.IllegalArgumentException - If bufferSizeBits is less than MIN_BIT_COUNT or greater than or equal MAX_BIT_COUNT.