pack-d ~master (2016-08-22T15:01:24Z)
Home
Dub
Repo
BinaryReader.readString
binary
reader
BinaryReader
Reads string and returns it.
void
readString
(
ref
T
str
)
string
readString
()
struct
BinaryReader
(Range = ubyte[])
string
readString
(
)
if
(
isInputRange
!
Range
&&
is
(
ElementType
!
Range
==
ubyte
)
)
Return Value
Type:
string
Read string.
See Also
readString
Meta
Source
See Implementation
binary
reader
BinaryReader
constructors
this
functions
clear
empty
position
read
readArray
readBytes
readString
readUntil
skipBytes
skipTo
source
variables
byteOrder
Reads string and returns it.