Unit 'AbBzip2' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TBZStreamRec

Declaration

Source position: AbBzip2.pas line 48

type TBZStreamRec = record

  next_in: PByte;

  

  avail_in: Integer;

  

  total_in_lo32: Integer;

  

  total_in_hi32: Integer;

  

  next_out: PByte;

  

  avail_out: Integer;

  

  total_out_lo32: Integer;

  

  total_out_hi32: Integer;

  

  state: Pointer;

  

  bzalloc: TAlloc;

  

  bzfree: TFree;

  

  opaque: Pointer;

  

end;



CT Web help

CodeTyphon Studio