Stream.position

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

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

Parameters

pos size_t

The position to use.

Throws

See seek.

Meta