DataOutputStream.writeLong
Class Overview | Class Members | 
  This Package | 
All Packages
 public final void writeLong( long v ) throws IOException
Parameters
-  v 
-  a long to be written.
    
Description
 Writes a long to the underlying output stream as eight
 bytes, high byte first.
  
Exceptions
 IOException
     if an I/O error occurs.
    
See Also
     out