com.eurotech.framework.core.util
Class GZipUtil
java.lang.Object
com.eurotech.framework.core.util.GZipUtil
public class GZipUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZipUtil
public GZipUtil()
isCompressed
public static boolean isCompressed(byte[] bytes)
throws IOException
- Throws:
IOException
compress
public static byte[] compress(byte[] source)
throws IOException
- Throws:
IOException
decompress
public static byte[] decompress(byte[] source)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.