ReadParameterType

sealed external interface ReadParameterType(source)

Properties

Link copied to clipboard
abstract var handle: StreamHandle

Handle of the stream to read.

Link copied to clipboard
abstract var offset: Double?

Seek to the specified offset before reading (if not specified, proceed with offset following the last read). Some types of streams may only support sequential reads.

Link copied to clipboard
abstract var size: Double?

Maximum number of bytes to read (left upon the agent discretion if not specified).