Generated by
JDiff

Class java.io.FileOutputStream

Added Constructors
FileOutputStream(File, boolean) Creates a file output stream to write to the file represented by the specified File object.
 

Added Methods
FileChannel getChannel() Returns the unique FileChannel object associated with this file output stream.
 

Changed Methods
void close() Changed from native to non-native. Closes this file output stream and releases any system resources associated with this stream.