EXIficient

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

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

public class BinaryDatatypeDecoder
extends AbstractDatatypeDecoder

TODO Description

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

Constructor Summary
BinaryDatatypeDecoder()
           
 
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

BinaryDatatypeDecoder

public BinaryDatatypeDecoder()
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