EXIficient

com.siemens.ct.exi.io.block
Class DecoderByteBlock

java.lang.Object
  extended by com.siemens.ct.exi.io.block.AbstractDecoderBlock
      extended by com.siemens.ct.exi.io.block.DecoderByteBlock
All Implemented Interfaces:
DecoderBlock

public class DecoderByteBlock
extends AbstractDecoderBlock

TODO Description

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

Constructor Summary
DecoderByteBlock(java.io.InputStream is, TypeDecoder typeDecoder)
           
 
Method Summary
 DecoderChannel getStructureChannel()
           
 DecoderChannel getValueChannel(java.lang.String namespaceURI, java.lang.String localName)
           
 void reconstructChannels(int values, java.util.List<ExpandedName> valueQNames, java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes, java.util.Map<ExpandedName,java.lang.Integer> occurrences)
           
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractDecoderBlock
getTypeDecoder, readBoolean, readEventCode, readLocalName, readPrefix, readString, readTypedValidValue, readUri, readValueAsString, skipToNextByteBoundary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderByteBlock

public DecoderByteBlock(java.io.InputStream is,
                        TypeDecoder typeDecoder)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getStructureChannel

public DecoderChannel getStructureChannel()

getValueChannel

public DecoderChannel getValueChannel(java.lang.String namespaceURI,
                                      java.lang.String localName)
                               throws java.io.IOException
Throws:
java.io.IOException

reconstructChannels

public void reconstructChannels(int values,
                                java.util.List<ExpandedName> valueQNames,
                                java.util.Map<ExpandedName,java.util.List<Datatype>> dataTypes,
                                java.util.Map<ExpandedName,java.lang.Integer> occurrences)
                         throws java.io.IOException
Throws:
java.io.IOException

EXIficient