Thread for consuming streams. More...
Public Member Functions | |
StreamGobbler (final InputStream stream, final String type) | |
String | getType () |
void | run () |
| |
String | getOutput () |
Thread for consuming streams.
Definition at line 36 of file StreamGobbler.java.
org.nexusformat.nxvalidate.StreamGobbler.StreamGobbler | ( | final InputStream | stream, |
final String | type | ||
) |
stream | The stream to consume. |
type | The type of the stream. |
Definition at line 50 of file StreamGobbler.java.
String org.nexusformat.nxvalidate.StreamGobbler.getOutput | ( | ) |
Definition at line 83 of file StreamGobbler.java.
Referenced by org.nexusformat.nxvalidate.NXconvert.convert().
String org.nexusformat.nxvalidate.StreamGobbler.getType | ( | ) |
Definition at line 59 of file StreamGobbler.java.
void org.nexusformat.nxvalidate.StreamGobbler.run | ( | ) |
Definition at line 64 of file StreamGobbler.java.