![]() |
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()); |