#ifndef __Plugin_BZ2__ #define __Plugin_BZ2__ NAMESPACE_UPP String BZ2Compress(String s, Gate2 progress = false); String BZ2Decompress(String s, Gate2 progress = false); String BZ2Decompress(Stream& stream, Gate2 progress = false); void BZ2Compress(Stream& out, Stream& in, Gate2 progress = false); void BZ2Decompress(Stream& out, Stream& in, Gate2 progress = false); END_UPP_NAMESPACE #endif//__Plugin_Z__