|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NegativeArraySizeException | |
|---|---|
| javacard.framework | Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. |
| javacardx.framework.util.intx | Extension package that contains common utility functions for using int components. |
| Uses of NegativeArraySizeException in javacard.framework |
|---|
| Methods in javacard.framework that throw NegativeArraySizeException | |
|---|---|
static boolean[] |
JCSystem.makeTransientBooleanArray(short length,
byte event)
Creates a transient boolean array with the specified array length. |
static byte[] |
JCSystem.makeTransientByteArray(short length,
byte event)
Creates a transient byte array with the specified array length. |
static Object[] |
JCSystem.makeTransientObjectArray(short length,
byte event)
Creates a transient array of Object with the specified array length. |
static short[] |
JCSystem.makeTransientShortArray(short length,
byte event)
Creates a transient short array with the specified array length. |
| Uses of NegativeArraySizeException in javacardx.framework.util.intx |
|---|
| Methods in javacardx.framework.util.intx that throw NegativeArraySizeException | |
|---|---|
static int[] |
JCint.makeTransientIntArray(short length,
byte event)
Creates a transient int array with the specified array length. |
|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||