pack-d ~master (2016-08-22T15:01:24Z)
Home
Dub
Repo
BinaryReader.read
binary
reader
BinaryReader
Reads specified values from input stream.
void
read
(
ref
T
value
)
T
read
()
void
read
(
ref
T
values
)
struct
BinaryReader
(Range = ubyte[])
void
read
(
T
...
)
(
ref
T
values
)
if
(
T.length
> 1
)
if
(
isInputRange
!
Range
&&
is
(
ElementType
!
Range
==
ubyte
)
)
Throws
DecodeException
Meta
Source
See Implementation
binary
reader
BinaryReader
constructors
this
functions
clear
empty
position
read
readArray
readBytes
readString
readUntil
skipBytes
skipTo
source
variables
byteOrder
Reads specified values from input stream.