Dataset |
Attribute.copy(Group pgroup,
String name,
long[] dims,
Object data) |
|
Dataset |
CompoundDS.copy(Group pgroup,
String name,
long[] dims,
Object data) |
Deprecated.
|
abstract Dataset |
Dataset.copy(Group pgroup,
String name,
long[] dims,
Object data) |
Creates a new dataset and writes the data buffer to the new dataset.
|
HObject |
FileFormat.copy(HObject srcObj,
Group dstGroup) |
Deprecated.
|
abstract HObject |
FileFormat.copy(HObject srcObj,
Group dstGroup,
String dstName) |
Copies the source object to a new destination.
|
Dataset |
FileFormat.createCompoundDS(String name,
Group pgroup,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
String[] memberNames,
Datatype[] memberDatatypes,
int[] memberSizes,
Object data) |
Creates a new compound dataset in a file with/without chunking and
compression.
|
Dataset |
FileFormat.createCompoundDS(String name,
Group pgroup,
long[] dims,
String[] memberNames,
Datatype[] memberDatatypes,
int[] memberSizes,
Object data) |
Deprecated.
|
abstract Group |
FileFormat.createGroup(String name,
Group parentGroup) |
Creates a new group with specified name in existing group.
|
Group |
FileFormat.createGroup(String name,
Group pgroup,
long... gplist) |
Creates a new group with specified name in existing group.
|
abstract Dataset |
FileFormat.createImage(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
int ncomp,
int interlace,
Object data) |
Creates a new image in a file.
|
HObject |
FileFormat.createLink(Group parentGroup,
String name,
HObject currentObj,
int type) |
Creates a soft, hard or external link to an existing object in the open
file.
|
HObject |
FileFormat.createLink(Group linkGroup,
String name,
Object currentObj) |
Creates a link to an existing object in the open file.
|
HObject |
FileFormat.createLink(Group parentGroup,
String name,
String currentObj,
int type) |
Creates a soft or external link to an object in a file that does not exist
at the time the link is created.
|
Dataset |
FileFormat.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object data) |
|
abstract Dataset |
FileFormat.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object fillValue,
Object data) |
Creates a new dataset in a file with/without chunking/compression.
|