help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Types][Classes] Reference for unit 'zstream' (#fcl)

TGZFileStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Stream to read/write from a gzip file.

Declaration

Source position: zstream.pp line 94

type TGZFileStream = class(TStream)

public

  constructor Create();

  

Create a new instance of TGZFileStream

  destructor Destroy; override;

  

Removes TGZFileStream instance

  function Read(); override;

  

Read data from the compressed file

  function Write(); override;

  

Write data to be compressed

  function Seek(); override;

  

Set the position in the compressed stream.

end;

Inheritance

TGZFileStream

  

Stream to read/write from a gzip file.

|

TStream

|

TObject

Description

TGZFileStream can be used to read data from a gzip file, or to write data to a gzip file.

See also

TCompressionStream

  

Write-only stream class which compresses data written to it.

TDeCompressionStream

  

Reads and decompresses data from a compressed data stream.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505