Package hdf.object

Class Utils


  • public final class Utils
    extends Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char getJavaObjectRuntimeClass​(Object o)
      Retrieves the Java Runtime Class of the given Object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getJavaObjectRuntimeClass

        public static char getJavaObjectRuntimeClass​(Object o)
        Retrieves 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.