RandomAccessFile.length
Class Overview | Class Members |
This Package |
All Packages
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.