DataOutput.writeLong

DataOutput.writeLong

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeLong( long v ) throws IOException
Parameters
v
the long value to be written.
Description
Writes a long value to this output stream.

Exceptions
IOException if an I/O error occurs.