Package | Description |
---|---|
software.amazon.ion |
Public interfaces of the core Ion system.
|
Modifier and Type | Method and Description |
---|---|
IntegerSize |
IonReader.getIntegerSize()
Returns an
IntegerSize representing the smallest-possible
Java type of the Ion int at the current value. |
IntegerSize |
IonInt.getIntegerSize()
Gets an
IntegerSize representing the smallest-possible
Java type of the underlying content, or null if this is
null.int . |
static IntegerSize |
IntegerSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegerSize[] |
IntegerSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|