org.openscience.jmol.app
public class LoopedStreams extends Object
| Field Summary | |
|---|---|
| ByteArrayOutputStream | byteArrayOS |
| boolean | keepRunning |
| PipedInputStream | pipedIS |
| PipedOutputStream | pipedOS |
| Constructor Summary | |
|---|---|
| LoopedStreams() | |
| Method Summary | |
|---|---|
| InputStream | getInputStream() |
| OutputStream | getOutputStream() |
| void | startByteArrayReaderThread() |