com.funambol.util
Class GzipStreamReader

java.lang.Object
  extended by com.funambol.util.GzipStreamReader
All Implemented Interfaces:
StreamReader

public class GzipStreamReader
extends java.lang.Object
implements StreamReader


Field Summary
 
Fields inherited from interface com.funambol.util.StreamReader
BUFFERSIZE
 
Constructor Summary
GzipStreamReader()
          Creates a new instance of GzipStreamReader
 
Method Summary
 byte[] readStream(java.io.InputStream in, int bufferSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GzipStreamReader

public GzipStreamReader()
Creates a new instance of GzipStreamReader

Method Detail

readStream

public byte[] readStream(java.io.InputStream in,
                         int bufferSize)
                  throws java.io.IOException
Specified by:
readStream in interface StreamReader
Throws:
java.io.IOException


Copyright © 2001-2009 Funambol.