Uses of Class
org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
-
Packages that use ValueDecoderFactory.IntDecoder Package Description org.codehaus.stax2.ri.typed -
-
Uses of ValueDecoderFactory.IntDecoder in org.codehaus.stax2.ri.typed
Fields in org.codehaus.stax2.ri.typed declared as ValueDecoderFactory.IntDecoder Modifier and Type Field Description (package private) ValueDecoderFactory.IntDecoder
ValueDecoderFactory.IntArrayDecoder. mDecoder
protected ValueDecoderFactory.IntDecoder
ValueDecoderFactory. mIntDecoder
Methods in org.codehaus.stax2.ri.typed that return ValueDecoderFactory.IntDecoder Modifier and Type Method Description ValueDecoderFactory.IntDecoder
ValueDecoderFactory. getIntDecoder()
Constructors in org.codehaus.stax2.ri.typed with parameters of type ValueDecoderFactory.IntDecoder Constructor Description IntArrayDecoder(int[] result, int start, int maxCount, ValueDecoderFactory.IntDecoder intDecoder)
Constructor used for constructing decoders with fixed pre-allocated result buffer.IntArrayDecoder(ValueDecoderFactory.IntDecoder intDecoder)
Constructor used for constructing decoders with automatically adjusting result buffer
-