Class ByteArrayWriteBuffer.Allocator

    • Field Detail

      • m_cb

        protected int m_cb
        The capacity of the ByteArrayWriteBuffer instances to allocate.
    • Constructor Detail

      • Allocator

        public Allocator​(int cb)
        Construct an Allocator for ByteArrayWriteBuffers of a given size.
        Parameters:
        cb - the capacity of the ByteArrayWriteBuffer to be allocated