|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.util.BZip2Tools
public class BZip2Tools
This class provides some utility methods for BZip2 compression.
| Constructor Summary | |
|---|---|
BZip2Tools()
|
|
| Method Summary | |
|---|---|
static byte[] |
compress(byte[] a_data)
Compresses the specified data with BZip2. |
static byte[] |
decompress(byte[] a_data)
Decompresses the specified data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BZip2Tools()
| Method Detail |
|---|
public static byte[] compress(byte[] a_data)
a_data - The data to compress.
public static byte[] decompress(byte[] a_data)
a_data - The BZip2 compressed data (whole block, not only parts).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||