Uses of Class
org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder

Packages that use ValueDecoderFactory.IntArrayDecoder
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
 ValueDecoderFactory.IntArrayDecoder ValueDecoderFactory.getIntArrayDecoder()
          Method for constructing integer array value decoder that automatically allocates and resizes result array as necessary.
 ValueDecoderFactory.IntArrayDecoder ValueDecoderFactory.getIntArrayDecoder(int[] result, int offset, int len)
          Method for constructing integer array value decoder that uses provided fixed array for storing results.
 



Copyright © 2011 Codehaus. All Rights Reserved.