EXIficient

com.siemens.ct.exi.datatype.decoder
Interface DatatypeDecoder

All Known Subinterfaces:
DatatypeRepresentation
All Known Implementing Classes:
AbstractDatatypeDecoder, BinaryDatatypeDecoder, BooleanDatatypeDecoder, BooleanPatternDatatypeDecoder, DatetimeDatatypeDecoder, DecimalDatatypeDecoder, EnumerationDatatypeDecoder, FloatDatatypeDecoder, IntegerDatatypeDecoder, ListDatatypeDecoder, NBitIntegerDatatypeDecoder, RestrictedCharacterSetDatatypeDecoder, StringDatatypeDecoder, UnsignedIntegerDatatypeDecoder

public interface DatatypeDecoder

TODO Description

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

Method Summary
 java.lang.String decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 

Method Detail

decodeValue

java.lang.String decodeValue(TypeDecoder decoder,
                             Datatype datatype,
                             DecoderChannel dc,
                             java.lang.String namespaceURI,
                             java.lang.String localName)
                             throws java.io.IOException
Throws:
java.io.IOException

EXIficient