This overview is not available for this release.
When it is complete, the overview will discuss the following functions:
| Function | Description |
| CopyLZFile | Copies a file and expands it if compressed |
| GetExpandedName | Retrieves original filename for a compressed file |
| LZClose | Closes a file |
| LZCopy | Copies a file and expands it if compressed |
| LZDone | Frees buffers allocated by LZStart |
| LZInit | Initializes data structures needed for decompression |
| LZOpenFile | Opens a file (both compressed and uncompressed) |
| LZRead | Reads a specified number of bytes from a compressed file |
| LZSeek | Repositions pointer in file |
| LZStart | Allocates buffers for CopyLZFile function |