EXIficient

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

java.lang.Object
  extended by com.siemens.ct.exi.io.block.AbstractEncoderBlock
      extended by com.siemens.ct.exi.io.block.AbstractEncoderByteBlockChannelized
All Implemented Interfaces:
EncoderBlock
Direct Known Subclasses:
EncoderByteBlockCompression, EncoderByteBlockPreCompression

public abstract class AbstractEncoderByteBlockChannelized
extends AbstractEncoderBlock

TODO Description

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

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

AbstractEncoderByteBlockChannelized

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

flush

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

EXIficient