Method readLong()
Return type: long
Member of: java.io.ObjectInputStream
[api documentation ] [ main menu]

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

1 _data[i] = in.readLong();
2 lastUpdate = stream.readLong();
3 m_sequenceNumber = in.readLong();
4 fileNo = is.readLong ();
5 created = in.readLong();
6 envsig.setKeyID(objIn.readLong());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.