org.openscience.jmol.app.jmolpanel
Class LoopedStreams
java.lang.Object
org.openscience.jmol.app.jmolpanel.LoopedStreams
public class LoopedStreams
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pipedOS
PipedOutputStream pipedOS
keepRunning
boolean keepRunning
byteArrayOS
ByteArrayOutputStream byteArrayOS
pipedIS
private PipedInputStream pipedIS
LoopedStreams
public LoopedStreams()
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream()
getOutputStream
public OutputStream getOutputStream()
startByteArrayReaderThread
private void startByteArrayReaderThread()