tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
BinaryStream.write
tern
stream
binary_stream
BinaryStream
Writes multiple values of type T to the stream.
void
write
(T val)
void
write
(T val)
class
BinaryStream
final
void
write
(
T
bool
PREFIXED
= true
)
(
T
val
)
if
(
isArray
!
T
)
Parameters
T
The type of data to be written.
Meta
Source
See Implementation
tern
stream
binary_stream
BinaryStream
constructors
this
functions
mayRead
peek
peekString
put
putString
read
read7EncodedInt
readPlasticized
readString
seek
step
stepUntil
write
write7EncodedInt
writeString
variables
data
endianness
position
Writes multiple values of type T to the stream.