|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.util.SimpleStreamReader
public class SimpleStreamReader
Field Summary |
---|
Fields inherited from interface com.funambol.util.StreamReader |
---|
BUFFERSIZE |
Constructor Summary | |
---|---|
SimpleStreamReader()
Creates a new instance of SimpleStreamReader |
Method Summary | |
---|---|
byte[] |
readStream(java.io.InputStream in,
int bufferSize)
Private Method called to read simple text based InputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStreamReader()
Method Detail |
---|
public byte[] readStream(java.io.InputStream in, int bufferSize) throws java.io.IOException
readStream
in interface StreamReader
in
- the inflated inputStreambufferSize
- is the size of read buffer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |