vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MemoryStream.this
index
vibe
stream
memory
MemoryStream
private
this
(ubyte[] data, bool writable, size_t initial_size)
this
(ubyte[] data, bool writable, size_t initial_size, bool dummy)
class
MemoryStream
@
safe
nothrow
this
(
ubyte
[]
data
,
bool
writable
,
size_t
initial_size
,
bool
dummy
)
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
private