com.funambol.util
Interface StreamReader

All Known Implementing Classes:
GzipStreamReader, SimpleStreamReader

public interface StreamReader


Field Summary
static int BUFFERSIZE
           
 
Method Summary
 byte[] readStream(java.io.InputStream is, int buffersize)
           
 

Field Detail

BUFFERSIZE

static final int BUFFERSIZE
See Also:
Constant Field Values
Method Detail

readStream

byte[] readStream(java.io.InputStream is,
                  int buffersize)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 Funambol.