Module Tioga::Flate
In: split/Flate/flate.c

Methods

compress   expand  

Public Class methods

Returns a compressed verion of str in a new string.

Returns a decompressed verion of str in a new string. Assumes that str was compressed using Flate.compress.

[Validate]