RandomAccessFile.length

RandomAccessFile.length

Class Overview | Class Members | This Package | All Packages

Syntax
public native long length() throws IOException
Returns
the length of this file.
Description
Returns the length of this file.

Exceptions
IOException if an I/O error occurs.