|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.GZUtil
public class GZUtil
| Constructor Summary | |
|---|---|
GZUtil()
|
|
| Method Summary | |
|---|---|
static String |
bytesToString(byte[] in)
Retourne la string decompressee |
static StringBuffer |
bytesToStringBuffer(byte[] in)
Retourne la string decompressee |
static byte[] |
stringBufferToBytes(StringBuffer elem)
Retourne la string compressee |
static byte[] |
stringToBytes(String elem)
Retourne la string compressee |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GZUtil()
| Method Detail |
|---|
public static StringBuffer bytesToStringBuffer(byte[] in)
public static String bytesToString(byte[] in)
public static byte[] stringBufferToBytes(StringBuffer elem)
public static byte[] stringToBytes(String elem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||