e-CryptIt Engine - Compression Xojo Plugin |
|
ZStreamReader.Seek Method
To move, relatively or absolutely, the cursor in the stream.

Seek(
offset
as Integer,
relative
as Boolean)
Parameters
- offset
- The number of bytes to move or the byte's address to go to, depending of the relative parameter.
- relative
- Determines if the cursor should be moved from the beginning of the file or relative to the current cursor position within the stream.
Remarks
See Also
ZStreamReader Class