Pipe.peekByte

Peek at one ubyte.

struct Pipe
const
size_t
peekByte
(
ref ubyte output
)

Parameters

output ubyte

an output ubyte

Return Value

Type: size_t

length in bytes that was actually read and put into out

Meta