EXIficient

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

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

public class DecoderByteBlockPreCompression
extends AbstractDecoderByteBlockChannelized

TODO Description

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

Constructor Summary
DecoderByteBlockPreCompression(java.io.InputStream is, TypeDecoder typeDecoder)
           
 
Method Summary
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractDecoderByteBlockChannelized
getStructureChannel, getValueChannel, readTypedValidValue, readValueAsString, reconstructChannels
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractDecoderBlock
getTypeDecoder, readBoolean, readEventCode, readLocalName, readPrefix, readString, readUri, skipToNextByteBoundary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderByteBlockPreCompression

public DecoderByteBlockPreCompression(java.io.InputStream is,
                                      TypeDecoder typeDecoder)
                               throws java.io.IOException
Throws:
java.io.IOException

EXIficient