|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cliffblaster.game.net.CompressionUtil
public class CompressionUtil
Constructor Summary | |
---|---|
CompressionUtil()
|
Method Summary | |
---|---|
static byte[] |
compress(byte[] data)
|
static byte[] |
unCompress(byte[] data,
int length)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressionUtil()
Method Detail |
---|
public static byte[] compress(byte[] data) throws java.io.IOException
java.io.IOException
public static byte[] unCompress(byte[] data, int length) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |