Class ByteBufferInputStream

    • Constructor Detail

      • ByteBufferInputStream

        public ByteBufferInputStream​(ByteBuffer buffer)
        Does *not* make a copy of the given buffer, so the position of the given buffer is incremented, as the created InputStream is used.