lz4d.lz4

Unit lz4d.lz4.pas

Records

Constants

  • const LZ4_VERSION_MAJOR : Integer = $1;
  • const LZ4_VERSION_MINOR : Integer = $2;
  • const LZ4_VERSION_RELEASE : Integer = $0;
  • const LZ4_MEMORY_USAGE : Integer = $E;
  • const LZ4_STREAMSIZE_U32 : Integer = $1008;
  • const LZ4_STREAMSIZE : Integer = $4020;
  • const LZ4_STREAMDECODESIZE_U32 : Integer = $4;
  • const LZ4_STREAMDECODESIZE : Integer = $10;

Functions / Procedures