BufferedInputStream.peekBuffer
ubyte[] peekBuffer()Returns the buffer with the currently available bytes. The returned buffer must not be modified and will become invalid when reading from the stream or filling the buffer.
Returns
read-only buffer
ubyte[] peekBuffer()Returns the buffer with the currently available bytes. The returned buffer must not be modified and will become invalid when reading from the stream or filling the buffer.