Class ByteBufferByteStreamWriter

    • Field Detail

      • buf

        private final java.nio.ByteBuffer buf
      • length

        private final int length
    • Constructor Detail

      • ByteBufferByteStreamWriter

        public ByteBufferByteStreamWriter​(java.nio.ByteBuffer buf)
        Construct the writer with the given ByteBuffer
        Parameters:
        buf - the buffer to use.