bz2.rb

Path: bz2.rb
Last Update: Fri Dec 26 17:29:55 +0000 2003

bz2 is an extension to use libbzip2 from ruby

classes implemented

BZ2::Reader:the class for decompressing data
BZ2::Writer:the class for compressing data
BZ2::Error:exception raised by BZ2
BZ2::EOZError:"End of Zip" exception

[Validate]