com.siemens.ct.exi.datatype.strings
Interface StringDecoder
- All Superinterfaces:
- StringCoder
- All Known Implementing Classes:
- StringDecoderImpl
public interface StringDecoder
- extends StringCoder
Methods inherited from interface com.siemens.ct.exi.datatype.strings.StringCoder |
clear |
addValue
void addValue(javax.xml.namespace.QName context,
Value value)
readValue
Value readValue(javax.xml.namespace.QName context,
DecoderChannel channel)
throws java.io.IOException
- Throws:
java.io.IOException
readValueLocalHit
Value readValueLocalHit(javax.xml.namespace.QName context,
DecoderChannel valueChannel)
throws java.io.IOException
- Throws:
java.io.IOException
readValueGlobalHit
Value readValueGlobalHit(javax.xml.namespace.QName context,
DecoderChannel valueChannel)
throws java.io.IOException
- Throws:
java.io.IOException