Uses of Class
gov.nasa.pds.objectAccess.array.ElementType

Packages that use ElementType
gov.nasa.pds.objectAccess.array Implements helper classes for accessing arrays and their elements. 
 

Uses of ElementType in gov.nasa.pds.objectAccess.array
 

Methods in gov.nasa.pds.objectAccess.array that return ElementType
static ElementType ElementType.getTypeForName(String typeName)
          Gets the element type for a given type name.
 

Constructors in gov.nasa.pds.objectAccess.array with parameters of type ElementType
ArrayAdapter(int[] dimensions, ByteBuffer buf, ElementType elementType)
          Creates a new array adapter with given dimensions, byte buffer with the array data, and element data type name.
 



Copyright © 2013. All Rights Reserved.