ZlibWapi_UnzReadCurrentFile

Description

Function ZlibWapi_UnzReadCurrentFile% (
     zipHandle%,
     buffer*%,
     bufferLength%
)

Reads data from the currently open file and uncompresses it into memory.

Parameters

zipHandle

Handle of a ZIP file opened with UnzOpen.

buffer*

bufferLength

The size of the buffer bank, in bytes.

Return Values

The number of uncompressed bytes that were read.