d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
ByteStreamImpl.peek
d2d
core
bytestream
ByteStreamImpl
Returns a
T[]
from the stream.
T
peek
(
size_t
index
=
0
)
T
[]
peek
(
size_t
index
,
size_t
length
)
struct
ByteStreamImpl
(Endian endianness)
T
[]
peek
(
T
=
ubyte
)
(
size_t
index
,
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.