EXIficient

Uses of Interface
com.siemens.ct.exi.io.channel.DecoderChannel

Packages that use DecoderChannel
com.siemens.ct.exi.core Core functionality for EXIEncoder, EXIDecoder and EXIHeader. 
com.siemens.ct.exi.datatype EXI built-in datatypes. 
com.siemens.ct.exi.datatype.strings EXI StringTable implementation. 
com.siemens.ct.exi.io.channel EXI channels. 
com.siemens.ct.exi.types EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. 
 

Uses of DecoderChannel in com.siemens.ct.exi.core
 

Methods in com.siemens.ct.exi.core that return DecoderChannel
 DecoderChannel EXIDecoderReordered.getNextChannel()
           
 

Uses of DecoderChannel in com.siemens.ct.exi.datatype
 

Methods in com.siemens.ct.exi.datatype with parameters of type DecoderChannel
 Value UnsignedLongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value UnsignedIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value UnsignedBigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value StringDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value RestrictedCharacterSetDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitLongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitBigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value LongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value ListDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value IntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value FloatDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value EnumerationDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DoubleDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DecimalDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DatetimeDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value Datatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BooleanPatternDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BooleanDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value AbstractBinaryDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value StringDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value ListDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value EnumerationDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value Datatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value AbstractDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 

Uses of DecoderChannel in com.siemens.ct.exi.datatype.strings
 

Methods in com.siemens.ct.exi.datatype.strings with parameters of type DecoderChannel
 Value StringDecoderImpl.readValue(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValue(javax.xml.namespace.QName context, DecoderChannel channel)
           
 Value StringDecoderImpl.readValueGlobalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValueGlobalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoderImpl.readValueLocalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValueLocalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 

Uses of DecoderChannel in com.siemens.ct.exi.io.channel
 

Classes in com.siemens.ct.exi.io.channel that implement DecoderChannel
 class AbstractDecoderChannel
          TODO Description
 class BitDecoderChannel
          Simple datatype decoder based on an underlying BitInputStream.
 class ByteDecoderChannel
          TODO Description
 

Uses of DecoderChannel in com.siemens.ct.exi.types
 

Methods in com.siemens.ct.exi.types with parameters of type DecoderChannel
 Value TypedTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value TypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value LexicalTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value DatatypeRepresentationMapTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 


EXIficient