This class allows Gambas to use compression algorithms, in order to uncompress files, strings in memory, and to read a compressed file using standard .Stream methods.
This class is creatable.
DIM hUncompress AS Uncompress hUncompress = NEW Uncompress ( ) |