com.ecebs.rtd.enabler.types.itso
Class LOC1

java.lang.Object
  extended by 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
 
Method Summary
 byte[] getFullLOC1()
           
 LOCE getLOCE()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 at
bytes - byte array to parse the LOC1 from
Throws:
IndexOutOfBoundsException
Method Detail

getLOCE

public LOCE getLOCE()

getFullLOC1

public byte[] getFullLOC1()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.