org.nuiton.util
Class GZUtil

java.lang.Object
  extended by org.nuiton.util.GZUtil

public class GZUtil
extends Object


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

GZUtil

public GZUtil()
Method Detail

bytesToStringBuffer

public static StringBuffer bytesToStringBuffer(byte[] in)
Retourne la string decompressee


bytesToString

public static String bytesToString(byte[] in)
Retourne la string decompressee


stringBufferToBytes

public static byte[] stringBufferToBytes(StringBuffer elem)
Retourne la string compressee


stringToBytes

public static byte[] stringToBytes(String elem)
Retourne la string compressee



Copyright © 2004-2012 CodeLutin. All Rights Reserved.