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

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.Header
All Implemented Interfaces:
Serializable

public class Header
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int HEADER_LEN
           
 
Constructor Summary
Header(byte[] shell, int offset)
           
 
Method Summary
 byte getBitMap()
           
 byte getFormatRevision()
           
 byte getLength()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HEADER_LEN

public static final int HEADER_LEN
See Also:
Constant Field Values
Constructor Detail

Header

public Header(byte[] shell,
              int offset)
       throws IndexOutOfBoundsException
Throws:
IndexOutOfBoundsException
Method Detail

getLength

public byte getLength()
Returns:
the length

getBitMap

public byte getBitMap()
Returns:
the bitMap

getFormatRevision

public byte getFormatRevision()
Returns:
the formatRevision

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.