vibe-d ~master (2022-11-16T10:14:41Z)
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