com.siemens.ct.exi.io.block
Class DecoderByteBlock
java.lang.Object
com.siemens.ct.exi.io.block.AbstractDecoderBlock
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoderByteBlock
public DecoderByteBlock(java.io.InputStream is,
TypeDecoder typeDecoder)
throws java.io.IOException
- Throws:
java.io.IOException
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