Unit 'vd_compress' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_exsystem]

internal_state

Declaration

Source position: vd_compress.pas line 319

type internal_state = record

  mode: inflate_mode;

  

  sub: record

  

    case Byte of

      0: (

          method: uInt;

  

        );

      1: (

          check: record

  

            was: uLong;

  

            need: uLong;

  

          end;

        );

      2: (

          marker: uInt;

  

        );

  end;

  nowrap: Boolean;

  

  wbits: uInt;

  

  blocks: pInflate_blocks_state;

  

end;



CT Web help

CodeTyphon Studio