Package java.io
Class PipedOutputStream
java.lang.Object
java.io.OutputStream
java.io.PipedOutputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
write
-
Constructor Details
-
PipedOutputStream
public PipedOutputStream() -
PipedOutputStream
- Throws:
IOException
-
-
Method Details
-
close
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
connect
- Throws:
IOException
-
flush
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-