Interface ReadResult<Type>

The successful result of a read function, includes the result and the next ReadPosition.

Type Parameters

  • Type

Hierarchy

  • ReadResult

Properties

Properties

position: ReadPosition

The new read position after the successfully-read bytes.

result: Type

The successfully-read value.

Generated using TypeDoc