Stream.length

Gets the length of the stream's data.

  1. size_t length [@property setter]
  2. size_t length [@property getter]
    class Stream
    abstract @property
    size_t
    length
    ()

Return Value

Type: size_t

The size to set the stream's length.

Throws

StreamException if the stream does not support this function. StreamDisposedException if the stream has been disposed of.

Meta