ZlibWapi_UnzReadCurrentFile

Name

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

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.

Index

Click here here to view the latest version of this page online