Package java.io
Class RandomAccessFile

Public Method writeInt

final void writeInt(int i)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes an int to the file as four bytes, high byte first. The write starts at the current position of the file pointer.