nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
MemoryStream.length
nulib
io
stream
memstream
MemoryStream
Length of the stream.
class
MemoryStream
@
nogc
nothrow @
safe
override @
property
ptrdiff_t
length
(
)
Return Value
Type:
ptrdiff_t
Length of the stream, or
-
1
if the length is unknown.
Meta
Source
See Implementation
nulib
io
stream
memstream
MemoryStream
constructors
this
destructors
~this
functions
close
flush
read
seek
take
write
properties
canFlush
canRead
canSeek
canTimeout
canWrite
length
readTimeout
tell
writeTimeout
Length of the stream.