EXIficient

com.siemens.ct.exi.io.channel
Interface EncoderChannelChannelized

All Superinterfaces:
EncoderChannel
All Known Implementing Classes:
ByteEncoderChannelChannelized

public interface EncoderChannelChannelized
extends EncoderChannel

TODO Description

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

Method Summary
 byte[] toByteArray()
           
 
Methods inherited from interface com.siemens.ct.exi.io.channel.EncoderChannel
encode, encode, encodeBinary, encodeBinary, encodeBoolean, encodeBoolean, encodeDateTime, encodeDateTime, encodeDecimal, encodeDecimal, encodeFloat, encodeFloat, encodeInteger, encodeInteger, encodeInteger, encodeInteger, encodeNBitUnsignedInteger, encodeString, encodeStringOnly, encodeUnsignedInteger, encodeUnsignedInteger, flush, getNumberOfChannelValues, getOutputStream, incrementValues
 

Method Detail

toByteArray

byte[] toByteArray()
                   throws java.io.IOException
Throws:
java.io.IOException

EXIficient