| Package | Description |
|---|---|
| org.bytedeco.hdf5 |
| Modifier and Type | Class and Description |
|---|---|
class |
H5File
\class H5File
\brief Class H5File represents an HDF5 file and inherits from class Group
as file is a root group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
H5Location.createGroup(BytePointer name) |
Group |
H5Location.createGroup(BytePointer name,
LinkCreatPropList lcpl) |
Group |
H5Location.createGroup(BytePointer name,
long size_hint) |
Group |
H5Location.createGroup(String name) |
Group |
H5Location.createGroup(String name,
LinkCreatPropList lcpl) |
Group |
H5Location.createGroup(String name,
long size_hint) |
Group |
H5Location.openGroup(BytePointer name) |
Group |
H5Location.openGroup(String name) |
| Modifier and Type | Method and Description |
|---|---|
static CommonFG |
Group.asCommonFG(Group pointer) |
void |
H5Location.copyLink(BytePointer src_name,
Group dst,
BytePointer dst_name) |
void |
H5Location.copyLink(BytePointer src_name,
Group dst,
BytePointer dst_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
void |
H5Location.copyLink(String src_name,
Group dst,
String dst_name) |
void |
H5Location.copyLink(String src_name,
Group dst,
String dst_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
void |
H5Location.link(BytePointer curr_name,
Group new_loc,
BytePointer new_name) |
void |
H5Location.link(BytePointer curr_name,
Group new_loc,
BytePointer new_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
void |
H5Location.link(String curr_name,
Group new_loc,
String new_name) |
void |
H5Location.link(String curr_name,
Group new_loc,
String new_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
void |
H5Location.moveLink(BytePointer src_name,
Group dst,
BytePointer dst_name) |
void |
H5Location.moveLink(BytePointer src_name,
Group dst,
BytePointer dst_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
void |
H5Location.moveLink(String src_name,
Group dst,
String dst_name) |
void |
H5Location.moveLink(String src_name,
Group dst,
String dst_name,
LinkCreatPropList lcpl,
LinkAccPropList lapl) |
| Constructor and Description |
|---|
Group(Group original) |
Copyright © 2021. All rights reserved.