InputStream.Offset

Syntax

InputStream.Offset

Data Type

Long

Purpose

Specifies the current position of the reader in the stream. The offset is always from the start of the stream.

Remarks

Use this property to query the current position in the stream or to move the reader to a different position in the stream. The InputStream.ReadBytes method updates the stream reader position by using the number of bytes read from the stream.

See Also

InputStream.ReadBytes