com.ecebs.rtd.enabler.types.itso
Class InstanceID
java.lang.Object
com.ecebs.rtd.enabler.types.itso.InstanceID
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IPEInstanceID
public class InstanceID
- extends Object
- implements Serializable
Represents the Instance ID at the end of some ITSO structures
- Author:
- kyleb
- See Also:
- Serialized Form
Constructor Summary |
InstanceID(int offset,
byte[] bytes)
Parses from the byte array, starting at the offset |
PARSED_LENGTH
public static final int PARSED_LENGTH
- See Also:
- Constant Field Values
InstanceID
public InstanceID(int offset,
byte[] bytes)
throws IndexOutOfBoundsException
- Parses from the byte array, starting at the offset
- Parameters:
offset
- index to start parsing atbytes
- byte array to parse from
- Throws:
IndexOutOfBoundsException
getKID
public byte getKID()
getIterationNum
public byte getIterationNum()
getISAMID
public String getISAMID()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Ecebs Ltd. All Rights Reserved.