EXIficient

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

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.DecoderByteBlockCompression
All Implemented Interfaces:
DecoderBlock

public class DecoderByteBlockCompression
extends AbstractDecoderByteBlockChannelized

TODO Description

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

Constructor Summary
DecoderByteBlockCompression(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

DecoderByteBlockCompression

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

EXIficient