[Overview][Types][Classes][Index] |
Move stream position to a certain location in the stream.
Source position: zstream.pp line 78
public function Tdecompressionstream.seek( |
offset: LongInt; |
origin: Word |
):LongInt; override; |
offset |
|
Offset to apply to the position in the stream |
origin |
|
Origin from where Offset should be counted. |
New position in the stream
Seek overrides the standard Seek implementation. There are a few differences between the implementation of Seek in Free Pascal compared to Delphi:
An EDecompressionError exception is raised if the stream does not allow the requested seek operation.
|
Read data from the compressed stream |
lazarus-ccr.sourceforge.net |