aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
IStream.write
aurorafw
core
io
stream
IStream
Writes an unsigned byte to the stream
void
write
(ubyte b)
interface
IStream
void
write
(
in
ubyte
b
)
void
write
(ubyte[] b)
Parameters
b
ubyte
The ubyte to write to the stream
Meta
Source
See Implementation
aurorafw
core
io
stream
IStream
functions
data
read
seek
skip
write
properties
empty
length
readable
seekable
tell
writable
Writes an unsigned byte to the stream