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