Indy 9
TZStreamRec
See Also, Unit: IdCompressionIntercept
Represents state information for a Zlib stream.
TZStreamRec = packed record
  next_in: PChar;
  avail_in: Integer;
  total_in: Integer;
  next_out: PChar;
  avail_out: Integer;
  total_out: Integer;
  msg: PChar;
  internal: Pointer;
  zalloc: TAlloc;
  zfree: TFree;
  AppData: Pointer;
  data_type: Integer;
  adler: Integer;
  reserved: Integer;
  end;
Unit
IdCompressionIntercept
Members
next_in: PChar;
next_in
avail_in: Integer;
avail_in
total_in: Integer;
total_in
next_out: PChar;
next_out
avail_out: Integer;
avail_out
total_out: Integer;
total_out
msg: PChar;
msg
zalloc: TAlloc;
zalloc
zfree: TFree;
zfree
AppData: Pointer;
AppData
data_type: Integer;
data_type
adler: Integer;
adler
reserved: Integer;
reserved
Description
TZStreamRec is a record type that represents state information for a stream used in the Zlib compression / decompression library.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.