DataSourceImpl.readByte

Read one ubyte.

interface DataSourceImpl
public final
size_t
readByte
(
ref ubyte output
)

Parameters

output ubyte

the ubyte to read to

Return Value

Type: size_t

length in bytes that was actually read and put into out

Meta