com.ecebs.rtd.enabler.types.itso
Class LOC1
java.lang.Object
com.ecebs.rtd.enabler.types.itso.LOC1
- All Implemented Interfaces:
- Serializable
public class LOC1
- extends Object
- implements Serializable
Represents the LOC1 ITSO structure
- Author:
- kyleb
- See Also:
- Serialized Form
Constructor Summary |
LOC1(int offset,
byte[] bytes)
Parses the required number of bytes to create the structure,
starting at the provided offset |
LOC1
public LOC1(int offset,
byte[] bytes)
throws IndexOutOfBoundsException
- Parses the required number of bytes to create the structure,
starting at the provided offset
- Parameters:
offset
- index to start parsing atbytes
- byte array to parse the LOC1 from
- Throws:
IndexOutOfBoundsException
getLOCE
public LOCE getLOCE()
getFullLOC1
public byte[] getFullLOC1()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Ecebs Ltd. All Rights Reserved.