The Java method java.io.DataOutput.writeLong is used to write a long value to the underlying output stream as 8 bytes. This method is often used when serializing data in Java, as it allows the storage and transmission of long integers.
Java DataOutput.writeLong - 30 examples found. These are the top rated real world Java examples of java.io.DataOutput.writeLong extracted from open source projects. You can rate examples to help us improve the quality of examples.