d2dgame v3.0.0-beta.3 (2021-12-03T16:28:11Z)
Dub
Repo
ByteStreamImpl.read
d2d
core
bytestream
ByteStreamImpl
Returns a
T[]
from the stream and advances the stream.
T
read
()
T
[]
read
(size_t length)
struct
ByteStreamImpl
(Endian endianness)
T
[]
read
(
T
=
ubyte
)
(
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 a T[] from the stream and advances the stream.