All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ncsa.hdf.hdflib.HDFNativeData
public HDFNativeData()
public static native int[] byteToInt(byte data[])
public static native float[] byteToFloat(byte data[])
public static native short[] byteToShort(byte data[])
public static native long[] byteToLong(byte data[])
public static native double[] byteToDouble(byte data[])
public static native int[] byteToInt(int start, int len, byte data[])
public static int byteToInt(byte data[], int start)
public static native short[] byteToShort(int start, int len, byte data[])
public static short byteToShort(byte data[], int start)
public static native float[] byteToFloat(int start, int len, byte data[])
public static float byteToFloat(byte data[], int start)
public static native long[] byteToLong(int start, int len, byte data[])
public static long byteToLong(byte data[], int start)
public static native double[] byteToDouble(int start, int len, byte data[])
public static double byteToDouble(byte data[], int start)
public static native byte[] intToByte(int start, int len, int data[])
public static native byte[] shortToByte(int start, int len, short data[])
public static native byte[] floatToByte(int start, int len, float data[])
public static native byte[] longToByte(int start, int len, long data[])
public static native byte[] doubleToByte(int start, int len, double data[])
public static native byte[] byteToByte(byte data)
public static native byte[] intToByte(int data)
public static native byte[] shortToByte(short data)
public static native byte[] floatToByte(float data)
public static native byte[] longToByte(long data)
public static native byte[] doubleToByte(double data)
public Object byteToNumber(byte barray[], Object obj) throws HDFException
public static String getType(int type)
public static int getType(String type)
public static Object defineDataObject(int dataType, int dataSize)
All Packages Class Hierarchy This Package Previous Next Index