org.openscience.jmol.app

Class LoopedStreams

public class LoopedStreams extends Object

Field Summary
ByteArrayOutputStreambyteArrayOS
booleankeepRunning
PipedInputStreampipedIS
PipedOutputStreampipedOS
Constructor Summary
LoopedStreams()
Method Summary
InputStreamgetInputStream()
OutputStreamgetOutputStream()
voidstartByteArrayReaderThread()

Field Detail

byteArrayOS

ByteArrayOutputStream byteArrayOS

keepRunning

boolean keepRunning

pipedIS

private PipedInputStream pipedIS

pipedOS

PipedOutputStream pipedOS

Constructor Detail

LoopedStreams

public LoopedStreams()

Method Detail

getInputStream

public InputStream getInputStream()

getOutputStream

public OutputStream getOutputStream()

startByteArrayReaderThread

private void startByteArrayReaderThread()