|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
File, |
Documentation changed from old to new. |
Creates a random access file stream to read from and optionally to write to the file specified by the File argument. |
String, |
Documentation changed from old to new. |
Creates a random access file stream to read from and optionally to write to a file with the specified name. |
Added Methods | |
FileChannel getChannel() |
Returns the unique FileChannel object associated with this file. |
Changed Methods | ||
void close() |
Documentation changed from old to new. |
Closes this random access file stream and releases any system resources associated with the stream. |
FileDescriptor getFD() |
Documentation changed from old to new. |
Returns the opaque file descriptor object associated with this stream. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |