Overview | Methods | This Package | All Packages
Writes a long integer to this stream.
Syntax
public void writeLong( long value )
Parameters
value
The long integer to write.
Exceptions
IOException thrown if an I/O error occurs or if the stream does not support writing.
Remarks
The current position is advanced by eight bytes.
See Also readLong