Packed Record TBZStreamRec
Hierarchy Methods Properties
Unit
bzip2_main
Declaration
type TBZStreamRec = packed record
Description
Internal structure. Ignore.
Overview
Fields
Description
Fields
avail_in: Integer; |
next input byte
|
total_in_lo32: Integer; |
number of bytes available at next_in
|
total_in_hi32: Integer; |
total nb of input bytes read so far
|
avail_out: Integer; |
next output byte should be put here
|
total_out_lo32: Integer; |
remaining free space at next_out
|
total_out_hi32: Integer; |
total nb of bytes output so far
|
bzfree: TFree; |
used to allocate the internal state
|
opaque: Pointer; |
used to free the internal state
|
Generated by PasDoc 0.15.0.
|