com.jbase.jremote.io
Class GZipCompressor
java.lang.Object
com.jbase.jremote.io.GZipCompressor
public class GZipCompressor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZipCompressor
public GZipCompressor()
compress
public byte[] compress(byte[] data)
throws IOException
- Throws:
IOException
compress
public byte[] compress(byte[] data,
int start,
int sz)
throws IOException
- Throws:
IOException
uncompress
public byte[] uncompress(byte[] data)
throws IOException
- Throws:
IOException
uncompress
public byte[] uncompress(byte[] data,
int start,
int sz)
throws IOException
- Throws:
IOException
Copyright © 2016 TEMENOS. All Rights Reserved.