Class ByteBufferReadBuffer.ByteBufferInput

    • Field Detail

      • m_buf

        protected ByteBuffer m_buf
        The ByteBuffer object from which data is read.
    • Constructor Detail

      • ByteBufferInput

        public ByteBufferInput​(ByteBuffer buf)
        Default constructor.
        Parameters:
        buf - the NIO ByteBuffer that this BufferInput is backed by