Class LoopedStreams
- java.lang.Object
-
- org.openscience.jmol.app.jmolpanel.LoopedStreams
-
public class LoopedStreams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ByteArrayOutputStream
byteArrayOS
(package private) boolean
keepRunning
private PipedInputStream
pipedIS
(package private) PipedOutputStream
pipedOS
-
Constructor Summary
Constructors Constructor Description LoopedStreams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getInputStream()
OutputStream
getOutputStream()
private void
startByteArrayReaderThread()
-
-
-
Field Detail
-
pipedOS
PipedOutputStream pipedOS
-
keepRunning
boolean keepRunning
-
byteArrayOS
ByteArrayOutputStream byteArrayOS
-
pipedIS
private PipedInputStream pipedIS
-
-
Constructor Detail
-
LoopedStreams
public LoopedStreams() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
-
getOutputStream
public OutputStream getOutputStream()
-
startByteArrayReaderThread
private void startByteArrayReaderThread()
-
-