BufferedInputStream.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.

class BufferedInputStream
void*
peekBuffer
()

Parameters

count gsize

a gsize to get the number of bytes available in the buffer. out

Return Value

Type: void*

read-only buffer. [array length=count][element-type guint8][transfer none]

Meta