EXIficient

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

java.lang.Object
  extended by com.siemens.ct.exi.io.block.AbstractEncoderBlock
      extended by com.siemens.ct.exi.io.block.AbstractEncoderBitByteBlock
All Implemented Interfaces:
EncoderBlock
Direct Known Subclasses:
EncoderBitBlock, EncoderByteBlock

public abstract class AbstractEncoderBitByteBlock
extends AbstractEncoderBlock

TODO Description

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

Constructor Summary
AbstractEncoderBitByteBlock(java.io.OutputStream outputStream, TypeEncoder typeEncoder)
           
 
Method Summary
 void flush()
           
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractEncoderBlock
bytePositionSupported, close, getBytePosition, getTypeEncoder, isTypeValid, skipToNextByteBoundary, writeBoolean, writeEventCode, writeLocalName, writePrefix, writeString, writeTypeValidValue, writeUri, writeValueAsString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEncoderBitByteBlock

public AbstractEncoderBitByteBlock(java.io.OutputStream outputStream,
                                   TypeEncoder typeEncoder)
Method Detail

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

EXIficient