EXIficient

com.siemens.ct.exi.datatype
Class AbstractBinaryDatatype

java.lang.Object
  extended by com.siemens.ct.exi.datatype.AbstractDatatype
      extended by com.siemens.ct.exi.datatype.AbstractBinaryDatatype
All Implemented Interfaces:
Datatype
Direct Known Subclasses:
BinaryBase64Datatype, BinaryHexDatatype

public abstract class AbstractBinaryDatatype
extends AbstractDatatype

TODO Description

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

Constructor Summary
AbstractBinaryDatatype(javax.xml.namespace.QName datatypeIdentifier, BuiltInType binaryType)
           
 
Method Summary
 boolean isValid(java.lang.String value)
           
 Value readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 void writeValue(EncoderChannel valueChannel, StringEncoder stringEncoder, javax.xml.namespace.QName context)
           
 
Methods inherited from class com.siemens.ct.exi.datatype.AbstractDatatype
equals, getDatatypeIdentifier, getDefaultBuiltInType, getRestrictedCharacterSet, hashCode, isValidRCS, readValueRCS, toString, writeValueRCS
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractBinaryDatatype

public AbstractBinaryDatatype(javax.xml.namespace.QName datatypeIdentifier,
                              BuiltInType binaryType)
Method Detail

isValid

public boolean isValid(java.lang.String value)

writeValue

public void writeValue(EncoderChannel valueChannel,
                       StringEncoder stringEncoder,
                       javax.xml.namespace.QName context)
                throws java.io.IOException
Throws:
java.io.IOException

readValue

public Value readValue(DecoderChannel valueChannel,
                       StringDecoder stringDecoder,
                       javax.xml.namespace.QName context)
                throws java.io.IOException
Throws:
java.io.IOException

EXIficient