DataSourceImpl.peekByte

Peek at one ubyte.

interface DataSourceImpl
final 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