Uses of Class
org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
-
Packages that use ValueDecoderFactory.IntArrayDecoder Package Description org.codehaus.stax2.ri.typed -
-
Uses of ValueDecoderFactory.IntArrayDecoder in org.codehaus.stax2.ri.typed
Methods in org.codehaus.stax2.ri.typed that return ValueDecoderFactory.IntArrayDecoder Modifier and Type Method Description ValueDecoderFactory.IntArrayDecoderValueDecoderFactory. getIntArrayDecoder()Method for constructing integer array value decoder that automatically allocates and resizes result array as necessary.ValueDecoderFactory.IntArrayDecoderValueDecoderFactory. getIntArrayDecoder(int[] result, int offset, int len)Method for constructing integer array value decoder that uses provided fixed array for storing results.
-