jremote jbase5.2.1

com.jbase.jremote.io
Class GZipCompressor

java.lang.Object
  extended by com.jbase.jremote.io.GZipCompressor

public class GZipCompressor
extends Object


Constructor Summary
GZipCompressor()
           
 
Method Summary
 byte[] compress(byte[] data)
           
 byte[] compress(byte[] data, int start, int sz)
           
 byte[] uncompress(byte[] data)
           
 byte[] uncompress(byte[] data, int start, int sz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZipCompressor

public GZipCompressor()
Method Detail

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

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.