ZLibDecompressBuf(Pointer,Integer,Pointer,Integer) Method

Represents method ZLibDecompressBuf(Pointer,Integer,Pointer,Integer).

Namespace: flcZLib
procedure ZLibDecompressBuf(
 const InBuffer: Pointer; const InSize: Integer;
 out OutBuffer: Pointer; out OutSize: Integer);

Parameters

InBuffer
Type: Pointer

InSize
Type: Integer

OutBuffer
Type: Pointer

OutSize
Type: Integer