Object
hdf.object.Utils
- 
Method SummaryModifier and TypeMethodDescriptionstatic charRetrieves the Java Runtime Class of the given Object.
- 
Method Details- 
getJavaObjectRuntimeClassRetrieves the Java Runtime Class of the given Object. B = byte array, S = short array, I = int array, J = long array, F = float array, D = double array, L = class or interface- Parameters:
- o- the Object to determine the Runtime Class of
- Returns:
- the Java Runtime Class of the given Object.
 
 
-