nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
FileStream.length
nulib
io
stream
file
FileStream
Length of the stream.
class
FileStream
@
nogc
@
safe
override @
property
nothrow
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
file
FileStream
constructors
this
destructors
~this
functions
close
flush
read
seek
write
properties
canFlush
canRead
canSeek
canTimeout
canWrite
length
readTimeout
tell
writeTimeout
Length of the stream.