June 2012
Intermediate to advanced
288 pages
6h 48m
English
OutputStream Class
Package: java.io
OutputStream is an abstract class from which all stream output classes are derived. The most commonly used output stream classes are BufferedOutputStream, FileOutput Stream, DataOutputStream, and PrintStream. You can use any of these classes whenever an OutputStream is called for.
Read now
Unlock full access