|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.multiplexer.StreamPipe
public class StreamPipe
A way of converting an output stream to an input stream. TODO: Java has a way of doing this already, using PipedInputStream and PipedOutputStream.
| Constructor Summary | |
|---|---|
StreamPipe()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
|
java.io.OutputStream |
getOutputStream()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamPipe()
| Method Detail |
|---|
public java.io.InputStream getInputStream()
public java.io.OutputStream getOutputStream()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||