DataOutput.writeInt
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void writeInt( int v ) throws IOException
Parameters
- v
- the int value to be written.
Description
Writes an int value to this output stream.
Exceptions
IOException
if an I/O error occurs.