DataOutputStream.writeInt

DataOutputStream.writeInt

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeInt( int v ) throws IOException
Parameters
v
an int to be written.
Description
Writes an int to the underlying output stream as four bytes, high byte first.

Exceptions
IOException if an I/O error occurs.
See Also
out