Class OutputStream
java.lang.Object
java.io.OutputStream
- Direct Known Subclasses:
ByteArrayOutputStream, FileOutputStream, FilterOutputStream, ObjectOutputStream, PipedOutputStream
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OutputStream
public OutputStream()
-
-
Method Details
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-