BufferedInput.opSlice

class BufferedInput
final
void[]
opSlice
(
size_t start
,
size_t end
)

Return Value

Type: void[]

a void[] slice of the buffer from start to end, where end is exclusive.

Meta