public abstract class TypedArrayDecoder extends Object
TypedValueDecoder for
decoding individual values.
Set of concrete implementations is included in the reference implementation of the Typed Access API.
| Constructor and Description |
|---|
TypedArrayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
decodeValue(char[] buffer,
int start,
int end) |
abstract boolean |
decodeValue(String input)
Method called to decode single (element) value that given textual
input contains and store it in result array.
|
abstract int |
getCount() |
abstract boolean |
hasRoom() |
public abstract boolean decodeValue(String input) throws IllegalArgumentException
IllegalArgumentExceptionpublic abstract boolean decodeValue(char[] buffer,
int start,
int end)
throws IllegalArgumentException
IllegalArgumentExceptionpublic abstract int getCount()
public abstract boolean hasRoom()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.