vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MemoryStream.write
index
vibe
stream
memory
MemoryStream
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(const(ubyte)[] bytes_, IOMode mode)
class
MemoryStream
@
safe
override
static if
(
is(typeof(.OutputStream.outputStreamVersion)) && .OutputStream.outputStreamVersion > 1
)
size_t
write
(
scope
const
(
ubyte
)[]
bytes_
,
IOMode
mode
)
size_t
write
(ubyte[] bytes_, IOMode mode)
alias
write
=
RandomAccessStream
.
write
Meta
Source
See Implementation
index
vibe
stream
memory
MemoryStream
constructors
this
functions
finalize
flush
peek
read
seek
tell
truncate
write
properties
capacity
dataAvailableForRead
empty
leastSize
peekWindow
readable
size
writable