[Overview][Types][Classes] | Reference for unit 'zstream' (#fcl) |
Overrides seek to raise an exception.
Source position: zstream.pp line 73
public function TCompressionStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Offset to move stream position |
Origin |
|
Origin of seek operation. |
New location after seek
The Seek method of TStream is overridden, and always raises an exception, because TCompressionStream is write-only, and cannot seek.
An ECompressionError exception is raised.
|
Errors in the TCompressionStream class are signaled with this exception |
|
|
Overridden to raise an exception. |
|
|
Write data to the stream |
No notes exist for this page yet.