Describes common stream attributes

Hierarchy

Implements

Constructors

Properties

isReadOnly: boolean

True if 'makeReadOnly()' has been called previously.

Accessors

Methods

  • Makes this stream read-only. After this has been called any future attempts to call mutation methods on the instance will throw.

    Returns void