RandomAccessFile.close

RandomAccessFile.close

Class Overview | Class Members | This Package | All Packages

Syntax
public native void close() throws IOException
Description
Closes this random access file stream and releases any system resources associated with the stream.

Exceptions
IOException if an I/O error occurs.