A B C D E F G H I J K L M N O P Q R S T U V W

A

accept(File) - Method in class ncsa.hdf.view.DefaultFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.Chart
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DataOptionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultImageView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultMetaDataView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultPaletteView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTableView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTextView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.DefaultTreeView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.FileConversionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.HDFView
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.MathConversionDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewAttributeDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewDatasetDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewDatatypeDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewGroupDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewImageDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewLinkDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.NewTableDataDialog
 
actionPerformed(ActionEvent) - Method in class ncsa.hdf.view.UserOptionsDialog
 
addAttribute(HObject) - Method in class ncsa.hdf.view.DefaultMetaDataView
add an attribute to a data object.
addAttribute(HObject) - Method in interface ncsa.hdf.view.MetaDataView
add an attribute to a data object.
addDataView(DataView) - Method in class ncsa.hdf.view.HDFView
data content is displayed, and add the dataview to the main windows
addDataView(DataView) - Method in interface ncsa.hdf.view.ViewManager
data content is displayed, and add the dataview to the main windows
addExtension(String) - Method in class ncsa.hdf.view.DefaultFileFilter
Adds a filetype "dot" extension to filter against.
addFileExtension(String) - Static method in class ncsa.hdf.object.FileFormat
Adds file extension(s) to the list of file extensions for supported file formats.
addFileFormat(String, FileFormat) - Static method in class ncsa.hdf.object.FileFormat
Adds a FileFormat with specified key to the list of supported formats.
addObject(HObject, Group) - Method in class ncsa.hdf.view.DefaultTreeView
Adds a new data object to the file.
addObject(HObject, Group) - Method in interface ncsa.hdf.view.TreeView
Adds a new data object to the file.
addToMemberList(HObject) - Method in class ncsa.hdf.object.Group
Adds an object to the member list of this group in memory.
AllH5ObjectTests - Class in test.unittests
Test suite for all unit tests of HDF5 objects.
AllH5ObjectTests() - Constructor for class test.unittests.AllH5ObjectTests
 
allocateArray(int, int) - Static method in class ncsa.hdf.object.h4.H4Datatype
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'datatype' numbers.
allocateArray(int, int) - Static method in class ncsa.hdf.object.h5.H5Datatype
Allocates an one-dimensional array of byte, short, int, long, float, double, or String to store data in memory.
AN_DATA_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_DATA_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_FILE_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
AN_FILE_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
ANannlen(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANannlist(int, int, int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANatype2tag(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANcreate(int, short, short, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANcreatef(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANdestroy() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANend(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANendaccess(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANfileinfo(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANget_tagref(int, int, int, short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANid2tagref(int, short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANNOTATION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
ANnumann(int, int, short, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANreadann(int, String[], int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANselect(int, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANstart(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANtag2atype(short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANtagref2id(int, short, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
ANwriteann(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
arrayify(byte[]) - Method in class ncsa.hdf.hdf5lib.HDFArray
Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
arrayify(byte[]) - Method in class ncsa.hdf.hdflib.HDFArray
Given a one-dimensional array of numbers, convert it to a java array of the shape and size passed to the constructor.
Attribute - Class in ncsa.hdf.object
An attribute is a (name, value) pair of metadata attached to a primary data object such as dataset, group or named datatype.
Attribute(String, Datatype, long[]) - Constructor for class ncsa.hdf.object.Attribute
Create an attribute with specified name, data type and dimension sizes.
Attribute(String, Datatype, long[], Object) - Constructor for class ncsa.hdf.object.Attribute
Create an attribute with specific name and value.
ATTRIBUTE_INT_ARRAY - Static variable in class test.unittests.H5TestFile
 
ATTRIBUTE_STR - Static variable in class test.unittests.H5TestFile
 
attributeList - Variable in class ncsa.hdf.object.h5.H5Group
The list of attributes of this data object.
AttributeTest - Class in test.unittests
 
AttributeTest(String) - Constructor for class test.unittests.AttributeTest
 
autoContrastApply(Object, Object, double[], boolean) - Static method in class ncsa.hdf.view.Tools
Apply autocontrast parameters in place (destructive)
autoContrastCompute(Object, double[], boolean) - Static method in class ncsa.hdf.view.Tools
Computes autocontrast parameters (gain equates to contrast and bias equates to brightness) for integers.
autoContrastComputeMinMax(Object, Object) - Static method in class ncsa.hdf.view.Tools
Computes autocontrast parameters by
autoContrastComputeSliderRange(double[], double[], double[]) - Static method in class ncsa.hdf.view.Tools
Auto-ranging of gain/bias sliders Given the results of autogaining an image, compute reasonable min and max values for gain/bias sliders.
autoContrastConvertImageBuffer(Object, byte[], boolean) - Static method in class ncsa.hdf.view.Tools
Converts image raw data to bytes.

B

bit_len - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
bits_per_pixel - Variable in class ncsa.hdf.hdflib.HDFSZIPCompInfo
 
byteify() - Method in class ncsa.hdf.hdf5lib.HDFArray
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byteify() - Method in class ncsa.hdf.hdflib.HDFArray
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byteify() - Method in class ncsa.hdf.hdflib.HDFTable
 
byteToByte(byte) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single byte into an array of one byte.
byteToByte(Byte) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Byte object into an array of one byte.
byteToByte(byte) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of double
byteToDouble(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of double
byteToDouble(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single double
byteToDouble(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToDouble(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of floats
byteToFloat(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of float
byteToFloat(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single float
byteToFloat(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToFloat(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of ints
byteToInt(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of int
byteToInt(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single int
byteToInt(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToInt(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of long
byteToLong(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of long
byteToLong(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single long
byteToLong(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToLong(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToNumber(byte[], Object) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Create a Number object from an array of bytes.
byteToNumber(byte[], Object) - Method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of shorts
byteToShort(int, int, byte[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of short
byteToShort(byte[], int) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert 2 bytes from an array of bytes into a single short
byteToShort(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToShort(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
byteToString(byte[], int) - Static method in class ncsa.hdf.object.Dataset
Converts an array of bytes into an array of Strings for a fixed string dataset.

C

CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
Chart - Class in ncsa.hdf.view
ChartView displays histogram/line chart of selected row/column of table data or image.
Chart(Frame, String, int, double[][], double[], double[]) - Constructor for class ncsa.hdf.view.Chart
Constructs a new ChartView given data and data ranges.
chartP - Variable in class ncsa.hdf.view.Chart
Panel that draws plot of data values.
chunk_lengths - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
chunk_lengths - Variable in class ncsa.hdf.hdflib.HDFNBITChunkInfo
 
CHUNKs - Static variable in class test.unittests.H5TestFile
 
chunkSize - Variable in class ncsa.hdf.object.Dataset
The array of dimension sizes for a chunk.
cinfo - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
CLASS_ARRAY - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_BITFIELD - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_CHAR - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_COMPOUND - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_ENUM - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_FLOAT - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_INTEGER - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_NO_CLASS - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_OPAQUE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_REFERENCE - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_STRING - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
CLASS_VLEN - Static variable in class ncsa.hdf.object.Datatype
See HDF5 User's Guide
clear() - Method in class ncsa.hdf.object.Dataset
Clears memory held by the dataset, such as data buffer.
clear() - Method in class ncsa.hdf.object.Group
Clears up member list and other resources in memory for the group.
clear() - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
clear() - Method in class ncsa.hdf.object.h5.H5Group
 
clear() - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
clearData() - Method in class ncsa.hdf.object.Dataset
Clears the data buffer in memory and to force the next read() to load data from file.
clearData() - Method in class ncsa.hdf.object.ScalarDS
 
close(int) - Method in class ncsa.hdf.object.Datatype
Closes a datatype identifier.
close() - Method in class ncsa.hdf.object.FileFormat
Closes file associated with this instance.
close(int) - Method in class ncsa.hdf.object.h4.H4Datatype
 
close() - Method in class ncsa.hdf.object.h4.H4File
 
close(int) - Method in class ncsa.hdf.object.h4.H4GRImage
 
close(int) - Method in class ncsa.hdf.object.h4.H4Group
close group access.
close(int) - Method in class ncsa.hdf.object.h4.H4SDS
 
close(int) - Method in class ncsa.hdf.object.h4.H4Vdata
 
close(int) - Method in class ncsa.hdf.object.h5.H5CompoundDS
 
close(int) - Method in class ncsa.hdf.object.h5.H5Datatype
Closes a datatype identifier.
close() - Method in class ncsa.hdf.object.h5.H5File
Closes file associated with this H5File instance.
close(int) - Method in class ncsa.hdf.object.h5.H5Group
 
close(int) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
close(int) - Method in class ncsa.hdf.object.HObject
Closes access to the object.
closeFile(FileFormat) - Method in class ncsa.hdf.view.DefaultTreeView
close a file
closeFile(FileFormat) - Method in interface ncsa.hdf.view.TreeView
close a file
COMP_CODE_DEFLATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_INVALID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_NBIT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_SKPHUFF - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_CODE_SZIP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_IMCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
COMP_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
comp_type - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
COMPOUND_MEMBER_DATATYPES - Static variable in class test.unittests.H5TestFile
 
COMPOUND_MEMBER_NAMES - Static variable in class test.unittests.H5TestFile
 
CompoundDS - Class in ncsa.hdf.object
A CompoundDS is a dataset with compound datatype.
CompoundDS(FileFormat, String, String) - Constructor for class ncsa.hdf.object.CompoundDS
Constructs a CompoundDS object with given file, dataset name and path.
CompoundDS(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.CompoundDS
Deprecated. Not for public use in the future.
Using CompoundDS.CompoundDS(FileFormat, String, String)
CompoundDSTest - Class in test.unittests
 
CompoundDSTest(String) - Constructor for class test.unittests.CompoundDSTest
 
compression - Variable in class ncsa.hdf.object.Dataset
The GZIP compression level.
computeStatistics(Object, double[]) - Static method in class ncsa.hdf.view.Tools
Computes mean and standard deviation of a data array
convertByteToString - Variable in class ncsa.hdf.object.Dataset
Flag to indicate if the byte[] array is converted to strings
convertedBuf - Variable in class ncsa.hdf.object.Dataset
The array that holds the converted data of unsigned C-type integers.
convertEnumValueToName(int, Object, String[]) - Static method in class ncsa.hdf.object.h5.H5Datatype
Converts values in an Enumeration Datatype to names.
convertFromUnsignedC(Object) - Static method in class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.convertFromUnsignedC(Object, Object)
convertFromUnsignedC(Object, Object) - Static method in class ncsa.hdf.object.Dataset
Converts one-dimension array of unsigned C-type integers to a new array of appropriate Java integer in memory.
convertFromUnsignedC() - Method in class ncsa.hdf.object.ScalarDS
Converts the data values of this dataset to appropriate Java integer if they are unsigned integers.
convertImageToHDF(String, String, String, String) - Static method in class ncsa.hdf.view.Tools
Converts an image file into HDF4/5 file.
convertToUnsignedC(Object) - Static method in class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.convertToUnsignedC(Object, Object)
convertToUnsignedC(Object, Object) - Static method in class ncsa.hdf.object.Dataset
Converts the array of converted unsigned integer back to unsigned C-type integer data in memory.
convertToUnsignedC() - Method in class ncsa.hdf.object.ScalarDS
Converts Java integer data of this dataset back to unsigned C-type integer data if they are unsigned integers.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.CompoundDS
Deprecated. Not implemented for compound dataset.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.Dataset
Creates a new dataset and writes the data buffer to the new dataset.
copy(HObject, Group, String) - Method in class ncsa.hdf.object.FileFormat
Copies the source object to a new destination.
copy(HObject, Group) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.copy(HObject, Group, String)

To mimic the behavior originally provided by this method, call the replacement method with null as the 3rd parameter.

copy(HObject, Group, String) - Method in class ncsa.hdf.object.h4.H4File
Copy an object to a group.
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h4.H4GRImage
 
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h4.H4SDS
 
copy(HObject, Group, String) - Method in class ncsa.hdf.object.h5.H5File
 
copy(Group, String, long[], Object) - Method in class ncsa.hdf.object.h5.H5ScalarDS
 
copyAttributes(HObject, HObject) - Static method in class ncsa.hdf.object.h5.H5File
Copies the attributes of one object to another object.
copyAttributes(int, int) - Static method in class ncsa.hdf.object.h5.H5File
Copies the attributes of one object to another object.
CREATE - Static variable in class ncsa.hdf.object.FileFormat
File access flag for creating/truncating with read-write permission.
create(String) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.createFile(String, int)

The replacement method has an additional parameter that controls the behavior if the file already exists. Use FileFormat.FILE_CREATE_DELETE as the second argument in the replacement method to mimic the behavior originally provided by this method.

create(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Static method in class ncsa.hdf.object.h4.H4GRImage
Creates a new image.
create(String, Group) - Static method in class ncsa.hdf.object.h4.H4Group
Creates a new group.
create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.h4.H4SDS
Creates a new dataset.
create(String, Group, long[], String[], Datatype[], int[], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Deprecated. Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
create(String, Group, long[], String[], Datatype[], int[], int[][], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Deprecated. Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object) - Static method in class ncsa.hdf.object.h5.H5CompoundDS
Creates a simple compound dataset in a file with/without chunking and compression
create(String, Group) - Static method in class ncsa.hdf.object.h5.H5Group
Creates a new group with a name in a group.
create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class ncsa.hdf.object.h5.H5ScalarDS
Creates a new dataset in a file.
createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class ncsa.hdf.object.FileFormat
Creates a new compound dataset in a file with/without chunking and compression.
createCompoundDS(String, Group, long[], String[], Datatype[], int[], Object) - Method in class ncsa.hdf.object.FileFormat
Deprecated. As of 2.4, replaced by FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)

The replacement method has additional parameters: maxdims, chunks, and gzip. To mimic the behavior originally provided by this method, call the replacement method with the following parameter list: ( name, pgroup, dims, null, null, -1, memberNames, memberDatatypes, memberSizes, data );

createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class ncsa.hdf.object.h5.H5File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.FileFormat
Creates a named datatype in a file.
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.FileFormat
Creates a new datatype in memory.
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.h4.H4File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.h4.H4File
 
createDatatype(int, int, int, int, String) - Method in class ncsa.hdf.object.h5.H5File
 
createDatatype(int, int, int, int) - Method in class ncsa.hdf.object.h5.H5File
Methods related to Datatypes and HObjects in HDF5 Files.
createFile(String, int) - Method in class ncsa.hdf.object.FileFormat
Creates a file with the specified name and returns a new FileFormat implementation instance associated with the file.
createFile(String, int) - Method in class ncsa.hdf.object.h4.H4File
Creates an HDF4 file with the specified name and returns a new H4File instance associated with the file.
createFile(String, int) - Method in class ncsa.hdf.object.h5.H5File
Creates an HDF5 file with the specified name and returns a new H5File instance associated with the file.
createGrayPalette() - Static method in class ncsa.hdf.view.Tools
Creates the gray palette of the indexed 256-color table.
createGrayWavePalette() - Static method in class ncsa.hdf.view.Tools
Creates the gray wave palette of the indexed 256-color table.
createGroup(String, Group) - Method in class ncsa.hdf.object.FileFormat
Creates a new group with specified name in existing group.
createGroup(String, Group) - Method in class ncsa.hdf.object.h4.H4File
 
createGroup(String, Group) - Method in class ncsa.hdf.object.h5.H5File
Creates a new group with specified name in exisiting group.
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.FileFormat
Creates a new image in a file.
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.h4.H4File
 
createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class ncsa.hdf.object.h5.H5File
 
createIndexedImage(byte[], byte[][], int, int) - Method in class ncsa.hdf.view.DefaultImageView
Creates a RGB indexed image of 256 colors.
createIndexedImage(byte[], byte[][], int, int) - Static method in class ncsa.hdf.view.Tools
Creates a RGB indexed image of 256 colors.
createInstance(String, int) - Method in class ncsa.hdf.object.FileFormat
Creates a FileFormat implementation instance with specified filename and access.
createInstance(String, int) - Method in class ncsa.hdf.object.h4.H4File
Creates an H4File instance with specified file name and access.
createInstance(String, int) - Method in class ncsa.hdf.object.h5.H5File
Creates an H5File instance with specified file name and access.
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.FileFormat
Creates a link to an existing object in the open file.
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.h4.H4File
 
createLink(Group, String, HObject) - Method in class ncsa.hdf.object.h5.H5File
 
createNaturePalette() - Static method in class ncsa.hdf.view.Tools
Creates the nature palette of the indexed 256-color table.
createRainbowPalette() - Static method in class ncsa.hdf.view.Tools
Creates the rainbow palette of the indexed 256-color table.
createReverseGrayPalette() - Static method in class ncsa.hdf.view.Tools
Creates the reverse gray palette of the indexed 256-color table.
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.FileFormat
Creates a new dataset in a file with/without chunking/compression.
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.h4.H4File
 
createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class ncsa.hdf.object.h5.H5File
 
createTestFile(String) - Static method in class test.unittests.H5TestFile
Creates an HDF5 test file.
createTrueColorImage(byte[], boolean, int, int) - Method in class ncsa.hdf.view.DefaultImageView
Creates a true color image.
createTrueColorImage(byte[], boolean, int, int) - Static method in class ncsa.hdf.view.Tools
Creates a true color image.
createUI() - Method in class ncsa.hdf.view.Chart
Creates and layouts GUI componentes.
createWavePalette() - Static method in class ncsa.hdf.view.Tools
Creates the wave palette of the indexed 256-color table.
ctype - Variable in class ncsa.hdf.hdflib.HDFChunkInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFCompInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFNewCompInfo
 
ctype - Variable in class ncsa.hdf.hdflib.HDFOldCompInfo
 

D

data - Variable in class ncsa.hdf.object.Dataset
The memory buffer that holds the raw data of the dataset.
data - Variable in class ncsa.hdf.view.Chart
the data values of line points or histogram
DATA_BYTE - Static variable in class test.unittests.H5TestFile
 
DATA_COMP - Static variable in class test.unittests.H5TestFile
 
DATA_ENUM - Static variable in class test.unittests.H5TestFile
 
DATA_FLOAT - Static variable in class test.unittests.H5TestFile
 
DATA_INT - Static variable in class test.unittests.H5TestFile
 
DATA_LONG - Static variable in class test.unittests.H5TestFile
 
DATA_PALETTE - Static variable in class test.unittests.H5TestFile
 
DATA_STR - Static variable in class test.unittests.H5TestFile
 
DataFormat - Interface in ncsa.hdf.object
An interface that provides general I/O operations for read/write object data.
DataFormatTest - Class in test.unittests
 
DataFormatTest(String) - Constructor for class test.unittests.DataFormatTest
 
DataOptionDialog - Class in ncsa.hdf.view
DataOptionDialog is an dialog window used to select display options.
DataOptionDialog(ViewManager, Dataset) - Constructor for class ncsa.hdf.view.DataOptionDialog
Constructs a DataOptionDialog with the given HDFView.
Dataset - Class in ncsa.hdf.object
The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties datatype and dimension sizes.
Dataset(FileFormat, String, String) - Constructor for class ncsa.hdf.object.Dataset
Constructs a Dataset object with a given file, name and path.
Dataset(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.Dataset(FileFormat, String, String)
DatasetTest - Class in test.unittests
 
DatasetTest(String) - Constructor for class test.unittests.DatasetTest
 
datatype - Variable in class ncsa.hdf.object.Dataset
The datatype object of the dataset.
Datatype - Class in ncsa.hdf.object
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
Datatype(FileFormat, String, String) - Constructor for class ncsa.hdf.object.Datatype
Contructs a named datatype with a given file, name and path.
Datatype(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Datatype
Deprecated. Not for public use in the future.
Using Datatype.Datatype(FileFormat, String, String)
Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with specified class, size, byte order and sign.
Datatype(int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with a given native datatype identifier.
DATATYPE_SIZE - Static variable in class test.unittests.H5TestFile
 
datatypeClass - Variable in class ncsa.hdf.object.Datatype
The class of the datatype.
datatypeOrder - Variable in class ncsa.hdf.object.Datatype
The byte order of the datatype.
datatypeSign - Variable in class ncsa.hdf.object.Datatype
The sign of the datatype.
datatypeSize - Variable in class ncsa.hdf.object.Datatype
The size (in bytes) of the datatype.
DatatypeTest - Class in test.unittests
 
DatatypeTest(String) - Constructor for class test.unittests.DatatypeTest
 
DataView - Interface in ncsa.hdf.view
The data view interface for displaying data object
DATAVIEW_IMAGE - Static variable in interface ncsa.hdf.view.DataView
The image view type
DATAVIEW_TABLE - Static variable in interface ncsa.hdf.view.DataView
The table view type
DATAVIEW_TEXT - Static variable in interface ncsa.hdf.view.DataView
The text view type
DATAVIEW_UNKNOWN - Static variable in interface ncsa.hdf.view.DataView
The unknown view type
DEFAULT_STRING_ATTRIBUTE_LENGTH - Static variable in class ncsa.hdf.view.NewAttributeDialog
the default length of a string attribute
DefaultFileFilter - Class in ncsa.hdf.view
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
DefaultFileFilter() - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter.
DefaultFileFilter(String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts files with the given extension.
DefaultFileFilter(String, String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts the given file type.
DefaultFileFilter(String[]) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array.
DefaultFileFilter(String[], String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array and description.
DefaultImageView - Class in ncsa.hdf.view
ImageView displays an HDF dataset as an image.
DefaultImageView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultImageView(ViewManager, Boolean) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultMetaDataView - Class in ncsa.hdf.view
DefaultMetadataView is an dialog window used to show data properties.
DefaultMetaDataView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultMetaDataView
Constructs a DefaultMetadataView with the given HDFView.
DefaultPaletteView - Class in ncsa.hdf.view
To view and change palette.
DefaultPaletteView(ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultPaletteView(ViewManager, ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultTableView - Class in ncsa.hdf.view
TableView displays an HDF dataset as a two-dimensional table.
DefaultTableView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTableView(ViewManager, Boolean, Boolean) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTextView - Class in ncsa.hdf.view
TextView displays an HDF string dataset in text.
DefaultTextView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTextView
Constructs an TextView.
DefaultTreeView - Class in ncsa.hdf.view
TreeView defines APIs for open a file and display the file structure in tree structure.
DefaultTreeView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTreeView
 
defineDataObject(int, int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'dataType' numbers.
delete(HObject) - Method in class ncsa.hdf.object.FileFormat
Deletes an object from a file.
delete(HObject) - Method in class ncsa.hdf.object.h4.H4File
Delete an object from the file.
delete(HObject) - Method in class ncsa.hdf.object.h5.H5File
 
deleteAttribute(HObject) - Method in class ncsa.hdf.view.DefaultMetaDataView
delete an attribribute from a data object.
deleteAttribute(HObject) - Method in interface ncsa.hdf.view.MetaDataView
delete an attribribute from a data object.
DELIMITER_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_COMMA - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SEMI_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SPACE - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_TAB - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
detailMessage - Variable in exception ncsa.hdf.hdf5lib.exceptions.HDF5Exception
 
DF24addimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24addimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getdims(String, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24reqil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setdims(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF_FORWARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_CREATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_DEFAULT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_PARALLEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDONLY - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDWR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_READ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_SERIAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_WRITE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFANaddfds(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANaddfid(int, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesc(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesclen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlabel(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlablen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlablist(String, short, short[], String[], int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlastref() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputdesc(String, short, short, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputlabel(String, short, short, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFIL_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PLANE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFKNTsize(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFNT_CHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported by HDF
DFNT_CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
char
DFNT_DOUBLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
float
DFNT_FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
short
DFNT_INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
interger
DFNT_INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported
DFNT_INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
8-bit integer
DFNT_LITEND - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned char
DFNT_UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned 8-bit interger
DFPaddpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPgetpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPlastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPnpals(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], boolean, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPreadref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPrestart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPwriteref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getdims(String, int[], boolean[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, byte[], int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, Object, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getpalref(short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setpalette(byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8writeref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFREF_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFREF_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFS_MAXLEN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFSDadddata(String, int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDadddata(String, int, int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslab() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslice() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetcal(double[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatalen(int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatastrs(String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimlen(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdims(String, int[], int[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimstrs(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(Object[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetNT(int[]) - Static