chez-libs

Update of "(data zlib)"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: fb84a756c050e0c6c9f28c02a4fe98cbf409bfdd
Page Name:(data zlib)
Date: 2016-05-21 12:55:29
Original User: murphy
Content

zlib Bindings

Synopsis

(import (data zlib))

Chez Scheme includes zlib code, but exposes the functionality of the library only through file ports. This module allows the compression and decompression of bytevectors in memory.

Operations

procedure: (compress bytevector)

procedure: (compress bytevector level)

Compresses the given data in zlib format, optionally specifying a desired compression level between 0 and 9.

procedure: (decompress bytevector)

Decompress the given data in zlib format.