jremote jbase5.2.1

com.jbase.jremote.io
Class GZipCompressor

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

public class GZipCompressor
extends java.lang.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 java.io.IOException
Throws:
java.io.IOException

compress

public byte[] compress(byte[] data,
                       int start,
                       int sz)
                throws java.io.IOException
Throws:
java.io.IOException

uncompress

public byte[] uncompress(byte[] data)
                  throws java.io.IOException
Throws:
java.io.IOException

uncompress

public byte[] uncompress(byte[] data,
                         int start,
                         int sz)
                  throws java.io.IOException
Throws:
java.io.IOException

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.