RandomAccessFile.writeLong

RandomAccessFile.writeLong

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeLong( long v ) throws IOException
Parameters
v
a long to be written.
Description
Writes a long to the file as eight bytes, high byte first.

Exceptions
IOException if an I/O error occurs.