|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.io.StreamGobbler
public class StreamGobbler
A stream gobbler.
Constructor Summary | |
---|---|
StreamGobbler(InputStream is)
Constructor. |
Method Summary | |
---|---|
String |
getMessages()
Returns the messages. |
void |
run()
|
void |
setContinueReading(boolean continueReading)
Set if the reading is to continue or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamGobbler(InputStream is)
is
- the input streamMethod Detail |
---|
public void run()
run
in interface Runnable
public String getMessages()
public void setContinueReading(boolean continueReading)
continueReading
- if the reading is to continue or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |