The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IOStream.read_ubyte
gamut
io
IOStream
Helper to read one ubyte in stream. On error, sets
err
to
true
and return 0.
struct
IOStream
nothrow @
nogc
@
safe
nothrow @
nogc
@
trusted
ubyte
read_ubyte
(
IOHandle
handle
,
bool
*
err
)
Meta
Source
See Implementation
gamut
io
IOStream
functions
read_ubyte
read_uint_LE
read_ushort_LE
rewind
seekAbsolute
setupForFileIO
setupForMemoryIO
setupSetupForLogging
skipBytes
variables
eof
read
seek
tell
write
Helper to read one ubyte in stream. On error, sets err to true and return 0.