|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.mule.transport.tcp.integration.BigInputStream
public class BigInputStream
Constructor Summary | |
---|---|
BigInputStream(long size,
int messages)
|
Method Summary | |
---|---|
int |
available()
|
int |
read()
|
java.lang.String |
summary()
|
Methods inherited from class java.io.InputStream |
---|
close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BigInputStream(long size, int messages)
size
- Number of bytes to transfermessages
- Number of mesagges logged as INFOMethod Detail |
---|
public java.lang.String summary()
FunctionalStreamingTestComponent
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |