org.eclipse.rse.services.clientserver.java
Class LongInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCPInfo
org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
org.eclipse.rse.services.clientserver.java.LongInfo
- public class LongInfo
- extends Abstract8ByteNumericInfo
This class represents long information.
| Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo |
tag |
|
Constructor Summary |
LongInfo(short tag,
long highBytes,
long lowBytes)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongInfo
public LongInfo(short tag,
long highBytes,
long lowBytes)
- Constructor.
- Parameters:
tag - the tag.highBytes - the high bytes.lowBytes - the low bytes.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.