| e-CryptIt Engine Xojo and Real Studio Plugin |
|
ZStream.Seek Method (console safe)
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
ZStream Class