Method writeLong(long v)
Return type: void
Member of:
java.io.DataOutputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
writeLong(o.longValue());
2
writeLong(Double.doubleToLongBits((o.doubleValue())));
3
dout.writeLong( l );
4
dos.writeLong(v);
5
out.writeLong(value);
6
file.writeLong(bytes);
7
out.writeLong(InternalPlatform.getDefault().getStateTimeStamp());
8
dos.writeLong(nextLong());
9
rf.writeLong(rfd.size());
10
out.writeLong(list.get(i));
11
out2.writeLong(entries[i].length);
12
outputStream.writeLong(longVal);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.