|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
File, |
Creates a file output stream to write to the file represented by the specified File object. |
Changed Constructors | ||
FileDescriptor ) |
Documentation changed from old to new. |
Creates an output file stream to write to the specified file descriptor which represents an existing connection to an actual file in the file system. |
Added Methods | |
FileChannel getChannel() |
Returns the unique FileChannel object associated with this file output stream. |
Changed Methods | ||
void close() |
Documentation changed from old to new. Changed from native to non-native. |
Closes this file output stream and releases any system resources associated with this stream. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |