EXIficient

com.siemens.ct.exi.core
Class EXIHeader

java.lang.Object
  extended by com.siemens.ct.exi.core.EXIHeader

public class EXIHeader
extends java.lang.Object

TODO Description

Version:
0.4.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Field Summary
static int DISTINGUISHING_BITS_VALUE
           
static int FORMAT_VERSION_CONTINUE_VALUE
           
static int NUMBER_OF_DISTINGUISHING_BITS
           
static int NUMBER_OF_FORMAT_VERSION_BITS
           
 
Constructor Summary
EXIHeader()
           
 
Method Summary
static void parse(BitDecoderChannel headerChannel)
           
static void write(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER_OF_DISTINGUISHING_BITS

public static final int NUMBER_OF_DISTINGUISHING_BITS
See Also:
Constant Field Values

DISTINGUISHING_BITS_VALUE

public static final int DISTINGUISHING_BITS_VALUE
See Also:
Constant Field Values

NUMBER_OF_FORMAT_VERSION_BITS

public static final int NUMBER_OF_FORMAT_VERSION_BITS
See Also:
Constant Field Values

FORMAT_VERSION_CONTINUE_VALUE

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

EXIHeader

public EXIHeader()
Method Detail

write

public static void write(java.io.OutputStream os)
                  throws EXIException
Throws:
EXIException

parse

public static void parse(BitDecoderChannel headerChannel)
                  throws EXIException
Throws:
EXIException

EXIficient