[Overview][Types][Classes] | Reference for unit 'zstream' (#fcl) |
Set the position in the compressed stream.
Source position: zstream.pp line 103
public function TGZFileStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Number of bytes to position on |
Origin |
|
Where to start positioning |
New position in the stream
Seek sets the position to Offset bytes, starting from Origin. Not all combinations are possible, see TDecompressionStream.Seek for a list of possibilities.
In case an impossible combination is asked, an EZlibError exception is raised.
|
Move stream position to a certain location in the stream. |
No notes exist for this page yet.