InputStream.Offset
- Updated2024-10-09
- 1 minute(s) read
InputStream.Offset
Syntax
InputStream.Offset
Data Type
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.