d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
ByteStreamImpl.read
d2d
core
bytestream
ByteStreamImpl
Returns the first
T.sizeof
bytes from the stream and advances the stream.
T
read
()
struct
ByteStreamImpl
(Endian endianness)
T
read
(
T
=
ubyte
)
(
)
T
[]
read
(
size_t
length
)
Meta
Source
See Implementation
d2d
core
bytestream
ByteStreamImpl
constructors
this
functions
append
opAssign
peek
read
readTo
readToIncluding
skip
write
variables
stream
Returns the first T.sizeof bytes from the stream and advances the stream.