Package java.io
A file output stream is an output stream for writing data to a File or to a FileDescriptor. Only one FileOutputStream can write to a file at a time.
Public Constructors
Public Methods
Methods inherited from java.io.OutputStream
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_