FileStream.length

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