jastream ~master (2019-01-16T03:30:19Z)
Dub
Repo
BinaryIO.write
jaster
stream
binary
BinaryIO
Easy
Writes a string.
void
write
(T value)
void
write
(T[] value)
void
write
(T[] value)
class
BinaryIO
void
write
(
T
)
(
T
[]
value
)
if
(
is
(
T
:
const
(
char
)) &&
!
is
(
Unqual
!
T
==
ubyte
)
)
Meta
Source
See Implementation
jaster
stream
binary
BinaryIO
constructors
this
functions
read
readBytes
readLengthBytes
write
writeBytes
writeLengthBytes
properties
endian
stream
Easy Writes a string.