EXIficient

com.siemens.ct.exi.datatype.decoder
Class FloatDatatypeDecoder

java.lang.Object
  extended by com.siemens.ct.exi.datatype.decoder.AbstractDatatypeDecoder
      extended by com.siemens.ct.exi.datatype.decoder.FloatDatatypeDecoder
All Implemented Interfaces:
DatatypeDecoder

public class FloatDatatypeDecoder
extends AbstractDatatypeDecoder

TODO Description

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

Constructor Summary
FloatDatatypeDecoder()
           
 
Method Summary
 java.lang.String decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatDatatypeDecoder

public FloatDatatypeDecoder()
Method Detail

decodeValue

public 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