EXIficient

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

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

public class EncoderBitBlock
extends AbstractEncoderBitByteBlock

TODO Description

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

Constructor Summary
EncoderBitBlock(java.io.OutputStream outputStream, TypeEncoder typeEncoder)
           
 
Method Summary
 void skipToNextByteBoundary()
           
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractEncoderBitByteBlock
flush
 
Methods inherited from class com.siemens.ct.exi.io.block.AbstractEncoderBlock
bytePositionSupported, close, getBytePosition, getTypeEncoder, isTypeValid, 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

EncoderBitBlock

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

skipToNextByteBoundary

public void skipToNextByteBoundary()
                            throws java.io.IOException
Specified by:
skipToNextByteBoundary in interface EncoderBlock
Overrides:
skipToNextByteBoundary in class AbstractEncoderBlock
Throws:
java.io.IOException

EXIficient