Package java.io
Interface DataOutput

Public Method writeInt

abstract void writeInt(int value)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes an int to the underlying output stream as four bytes, high byte first.