Stream.position

Gets the position of the stream's 'cursor'.

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

Return Value

Type: size_t

The position to use.

Throws

See seek.

Meta