wsf ~master (2019-11-15T18:10:32Z)
Dub
Repo
Stream.write
wsf
streams
stream
Stream
Writes the buffer to the stream from the start position
void
write
(ubyte[] buffer)
void
write
(ubyte[] buffer, size_t start)
class
Stream
abstract
void
write
(
ubyte
[]
buffer
,
size_t
start
)
void
write
(ubyte[] buffer, size_t start, size_t length)
Meta
Source
See Implementation
wsf
streams
stream
Stream
functions
close
flush
peek
read
rewind
seek
tell
write
properties
canRead
canSeek
canTell
canWrite
eof
knowsLength
length
position
Writes the buffer to the stream from the start position