BufferedOutput.slice

Retrieve the valid content.

class BufferedOutput
final
void[]
slice
()

Return Value

Type: void[]

A void[] slice of the buffer.

a slice of the buffer, from the current position up to the limit of valid content. The content remains in the buffer for future extraction.

Meta