public abstract class TypedArrayDecoder
extends java.lang.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(java.lang.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(java.lang.String input) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public abstract boolean decodeValue(char[] buffer, int start, int end) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public abstract int getCount()
public abstract boolean hasRoom()