Package | Description |
---|---|
org.codehaus.stax2.ri.typed |
Modifier and Type | Method and Description |
---|---|
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 © 2012–2016 fasterxml.com. All rights reserved.