Java Card
v2.2.2

Uses of Class
javacardx.framework.util.UtilException

Packages that use UtilException
javacardx.framework.util Extension package that contains common utility functions for manipulating arrays of primitive components - byte, short or int
 

Uses of UtilException in javacardx.framework.util
 

Methods in javacardx.framework.util that throw UtilException
static byte ArrayLogic.arrayCompareGeneric(Object src, short srcOff, Object dest, short destOff, short length)
          Compares an array from the specified source array, beginning at the specified position, with the specified position of the destination array from left to right.
static short ArrayLogic.arrayCopyRepack(Object src, short srcOff, short srcLen, Object dest, short destOff)
          Copies data from the specified source array, beginning at the specified position, to the specified position of the destination array.
static short ArrayLogic.arrayCopyRepackNonAtomic(Object src, short srcOff, short srcLen, Object dest, short destOff)
          Non-atomically copies data from the specified source array, beginning at the specified position, to the specified position of the destination array.
static short ArrayLogic.arrayFillGenericNonAtomic(Object theArray, short off, short len, Object valArray, short valOff)
          Fills the array of primitive components(non-atomically) beginning at the specified position, for the specified length with the specified value.
static short ArrayLogic.arrayFindGeneric(Object theArray, short off, byte[] valArray, short valOff)
          Finds the first occurrence of the specified value within the specified array.
 


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.