record TZStream

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TZStream = record

Description

 

Overview

Fields

next_in: pbytef;
avail_in: uInt;
total_in: uLong;
next_out: pbytef;
avail_out: uInt;
total_out: uLong;
msg: pbytef;
state: PInternalState;
zalloc: TAllocFunc;
zfree: TFreeFunc;
opaque: pointer;
data_type: longint;
adler: uLong;
reserved: uLong;

Description

Fields

next_in: pbytef;
 
avail_in: uInt;
 
total_in: uLong;
 
next_out: pbytef;
 
avail_out: uInt;
 
total_out: uLong;
 
msg: pbytef;
 
state: PInternalState;
 
zalloc: TAllocFunc;
 
zfree: TFreeFunc;
 
opaque: pointer;
 
data_type: longint;
 
adler: uLong;
 
reserved: uLong;
 

Generated by PasDoc 0.11.0 on 2008-09-12 11:58:30