Method writeLong(long val)
Return type: void
Member of: java.io.ObjectOutputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 stream.writeLong(lastUpdate);
2 out.writeLong(_data[i]);
3 out.writeLong(m_sequenceNumber);
4 stream.writeLong(keyID);
5 os.writeLong (fileNo);
6 out.writeLong(created);
7 stream.writeLong(keyID);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.