Package org.bytedeco.hdf5
Class H5Location
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.H5Location
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
H5Object
@Namespace("H5") @Properties(inherit=hdf5.class) public class H5Location extends IdComponent
\class H5Location \brief H5Location is an abstract base class, added in version 1.8.12.It provides a collection of wrappers for the C functions that take a location identifier to specify the HDF5 object. The location identifier can be either file, group, dataset, attribute, or named datatype. Wrappers for H5A functions stay in H5Object.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description H5Location(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
childObjType(long index)
int
childObjType(long index, int index_type, int order, String objname)
int
childObjType(long index, int index_type, int order, BytePointer objname)
int
childObjType(String objname)
int
childObjType(BytePointer objname)
int
childObjVersion(String objname)
int
childObjVersion(BytePointer objname)
void
copyLink(String src_name, String dst_name)
void
copyLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
copyLink(String src_name, Group dst, String dst_name)
void
copyLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
copyLink(BytePointer src_name, Group dst, BytePointer dst_name)
void
copyLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
copyLink(BytePointer src_name, BytePointer dst_name)
void
copyLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
DataSet
createDataSet(String name, DataType data_type, DataSpace data_space)
DataSet
createDataSet(String name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)
DataSet
createDataSet(BytePointer name, DataType data_type, DataSpace data_space)
DataSet
createDataSet(BytePointer name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)
Group
createGroup(String name)
Group
createGroup(String name, long size_hint)
Group
createGroup(String name, LinkCreatPropList lcpl)
Group
createGroup(BytePointer name)
Group
createGroup(BytePointer name, long size_hint)
Group
createGroup(BytePointer name, LinkCreatPropList lcpl)
void
dereference(H5Location loc, Pointer ref)
void
dereference(H5Location loc, Pointer ref, int ref_type, PropList plist)
boolean
exists(String name)
boolean
exists(String name, LinkAccPropList lapl)
boolean
exists(BytePointer name)
boolean
exists(BytePointer name, LinkAccPropList lapl)
void
flush(int scope)
String
getComment(String name)
String
getComment(String name, long buf_size)
long
getComment(String name, long buf_size, byte[] comment)
long
getComment(String name, long buf_size, ByteBuffer comment)
long
getComment(String name, long buf_size, BytePointer comment)
BytePointer
getComment(BytePointer name)
BytePointer
getComment(BytePointer name, long buf_size)
long
getComment(BytePointer name, long buf_size, byte[] comment)
long
getComment(BytePointer name, long buf_size, ByteBuffer comment)
long
getComment(BytePointer name, long buf_size, BytePointer comment)
BytePointer
getFileName()
H5L_info2_t
getLinkInfo(String link_name)
H5L_info2_t
getLinkInfo(String link_name, LinkAccPropList lapl)
H5L_info2_t
getLinkInfo(BytePointer link_name)
H5L_info2_t
getLinkInfo(BytePointer link_name, LinkAccPropList lapl)
String
getLinkval(String link_name)
String
getLinkval(String link_name, long size)
BytePointer
getLinkval(BytePointer link_name)
BytePointer
getLinkval(BytePointer link_name, long size)
void
getNativeObjinfo(String grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo)
void
getNativeObjinfo(String grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)
void
getNativeObjinfo(String name, H5O_native_info_t objinfo)
void
getNativeObjinfo(String name, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)
void
getNativeObjinfo(H5O_native_info_t objinfo)
void
getNativeObjinfo(H5O_native_info_t objinfo, int fields)
void
getNativeObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo)
void
getNativeObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)
void
getNativeObjinfo(BytePointer name, H5O_native_info_t objinfo)
void
getNativeObjinfo(BytePointer name, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)
long
getNumObjs()
void
getObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)
void
getObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
getObjinfo(String name, H5O_info2_t objinfo)
void
getObjinfo(String name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
getObjinfo(H5O_info2_t objinfo)
void
getObjinfo(H5O_info2_t objinfo, int fields)
void
getObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)
void
getObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
getObjinfo(BytePointer name, H5O_info2_t objinfo)
void
getObjinfo(BytePointer name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
BytePointer
getObjnameByIdx(long idx)
long
getObjnameByIdx(long idx, byte[] name, long size)
long
getObjnameByIdx(long idx, ByteBuffer name, long size)
long
getObjnameByIdx(long idx, BytePointer name, long size)
int
getRefObjType(Pointer ref)
int
getRefObjType(Pointer ref, int ref_type)
DataSpace
getRegion(Pointer ref)
DataSpace
getRegion(Pointer ref, int ref_type)
void
link(int link_type, String curr_name, String new_name)
void
link(int link_type, BytePointer curr_name, BytePointer new_name)
void
link(String curr_name, long same_loc, String new_name)
void
link(String curr_name, long same_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
link(String target_name, String link_name)
void
link(String target_name, String link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
link(String curr_name, Group new_loc, String new_name)
void
link(String curr_name, Group new_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
link(BytePointer curr_name, long same_loc, BytePointer new_name)
void
link(BytePointer curr_name, long same_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
link(BytePointer curr_name, Group new_loc, BytePointer new_name)
void
link(BytePointer curr_name, Group new_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
link(BytePointer target_name, BytePointer link_name)
void
link(BytePointer target_name, BytePointer link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
mount(String name, H5File child, PropList plist)
void
mount(BytePointer name, H5File child, PropList plist)
void
move(String src, String dst)
void
move(BytePointer src, BytePointer dst)
void
moveLink(String src_name, String dst_name)
void
moveLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
moveLink(String src_name, Group dst, String dst_name)
void
moveLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
moveLink(BytePointer src_name, Group dst, BytePointer dst_name)
void
moveLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
moveLink(BytePointer src_name, BytePointer dst_name)
void
moveLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
boolean
nameExists(String name)
boolean
nameExists(String name, LinkAccPropList lapl)
boolean
nameExists(BytePointer name)
boolean
nameExists(BytePointer name, LinkAccPropList lapl)
DataSet
openDataSet(String name)
DataSet
openDataSet(String name, DSetAccPropList dapl)
DataSet
openDataSet(BytePointer name)
DataSet
openDataSet(BytePointer name, DSetAccPropList dapl)
Group
openGroup(String name)
Group
openGroup(BytePointer name)
void
reference(Pointer ref, String name)
void
reference(Pointer ref, String name, int ref_type)
void
reference(Pointer ref, String name, DataSpace dataspace)
void
reference(Pointer ref, String name, DataSpace dataspace, int ref_type)
void
reference(Pointer ref, BytePointer name)
void
reference(Pointer ref, BytePointer name, int ref_type)
void
reference(Pointer ref, BytePointer name, DataSpace dataspace)
void
reference(Pointer ref, BytePointer name, DataSpace dataspace, int ref_type)
void
removeComment(String name)
void
removeComment(BytePointer name)
void
setComment(String comment)
void
setComment(String name, String comment)
void
setComment(BytePointer comment)
void
setComment(BytePointer name, BytePointer comment)
void
throwException(String func_name, String msg)
void
throwException(BytePointer func_name, BytePointer msg)
For subclasses, H5File and Group, to throw appropriate exception.void
unlink(String link_name)
void
unlink(String link_name, LinkAccPropList lapl)
void
unlink(BytePointer link_name)
void
unlink(BytePointer link_name, LinkAccPropList lapl)
void
unmount(String name)
void
unmount(BytePointer name)
-
Methods inherited from class org.bytedeco.hdf5.IdComponent
_close, decRefCount, decRefCount, fromClass, getCounter, getCounter, getHDFObjType, getHDFObjType, getId, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExists
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
H5Location
public H5Location(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
nameExists
@Cast("bool") public boolean nameExists(@Cast("const char*") BytePointer name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
nameExists
@Cast("bool") public boolean nameExists(@Cast("const char*") BytePointer name)
-
nameExists
@Cast("bool") public boolean nameExists(String name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
exists
@Cast("bool") public boolean exists(@Cast("const char*") BytePointer name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
exists
@Cast("bool") public boolean exists(@Cast("const char*") BytePointer name)
-
exists
@Cast("bool") public boolean exists(String name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
flush
public void flush(@Cast("H5F_scope_t") int scope)
-
getFileName
@StdString public BytePointer getFileName()
-
getRefObjType
@Cast("H5O_type_t") public int getRefObjType(Pointer ref, @Cast("H5R_type_t") int ref_type)
-
setComment
public void setComment(@Cast("const char*") BytePointer name, @Cast("const char*") BytePointer comment)
-
setComment
public void setComment(@Cast("const char*") BytePointer comment)
-
setComment
public void setComment(String comment)
-
getComment
@Cast("ssize_t") public long getComment(@Cast("const char*") BytePointer name, @Cast("size_t") long buf_size, @Cast("char*") BytePointer comment)
-
getComment
@Cast("ssize_t") public long getComment(String name, @Cast("size_t") long buf_size, @Cast("char*") ByteBuffer comment)
-
getComment
@Cast("ssize_t") public long getComment(@Cast("const char*") BytePointer name, @Cast("size_t") long buf_size, @Cast("char*") byte[] comment)
-
getComment
@Cast("ssize_t") public long getComment(String name, @Cast("size_t") long buf_size, @Cast("char*") BytePointer comment)
-
getComment
@Cast("ssize_t") public long getComment(@Cast("const char*") BytePointer name, @Cast("size_t") long buf_size, @Cast("char*") ByteBuffer comment)
-
getComment
@Cast("ssize_t") public long getComment(String name, @Cast("size_t") long buf_size, @Cast("char*") byte[] comment)
-
getComment
@StdString public BytePointer getComment(@Cast("const char*") BytePointer name, @Cast("size_t") long buf_size)
-
getComment
@StdString public BytePointer getComment(@Cast("const char*") BytePointer name)
-
getComment
@StdString public String getComment(String name, @Cast("size_t") long buf_size)
-
getComment
@StdString public String getComment(String name)
-
removeComment
public void removeComment(@Cast("const char*") BytePointer name)
-
removeComment
public void removeComment(String name)
-
reference
public void reference(Pointer ref, @Cast("const char*") BytePointer name, @Cast("H5R_type_t") int ref_type)
-
reference
public void reference(Pointer ref, @Cast("const char*") BytePointer name)
-
reference
public void reference(Pointer ref, @Cast("const char*") BytePointer name, @Const @ByRef DataSpace dataspace, @Cast("H5R_type_t") int ref_type)
-
reference
public void reference(Pointer ref, @Cast("const char*") BytePointer name, @Const @ByRef DataSpace dataspace)
-
reference
public void reference(Pointer ref, String name, @Const @ByRef DataSpace dataspace, @Cast("H5R_type_t") int ref_type)
-
dereference
public void dereference(@Const @ByRef H5Location loc, @Const Pointer ref, @Cast("H5R_type_t") int ref_type, @Const @ByRef(nullValue="H5::PropList::DEFAULT") PropList plist)
-
dereference
public void dereference(@Const @ByRef H5Location loc, @Const Pointer ref)
-
createGroup
@ByVal public Group createGroup(@Cast("const char*") BytePointer name, @Const @ByRef LinkCreatPropList lcpl)
-
createGroup
@ByVal public Group createGroup(@Cast("const char*") BytePointer name, @Cast("size_t") long size_hint)
-
createGroup
@ByVal public Group createGroup(@Cast("const char*") BytePointer name)
-
openGroup
@ByVal public Group openGroup(@Cast("const char*") BytePointer name)
-
createDataSet
@ByVal public DataSet createDataSet(@Cast("const char*") BytePointer name, @Const @ByRef DataType data_type, @Const @ByRef DataSpace data_space, @Const @ByRef(nullValue="H5::DSetCreatPropList::DEFAULT") DSetCreatPropList create_plist, @Const @ByRef(nullValue="H5::DSetAccPropList::DEFAULT") DSetAccPropList dapl, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl)
-
createDataSet
@ByVal public DataSet createDataSet(@Cast("const char*") BytePointer name, @Const @ByRef DataType data_type, @Const @ByRef DataSpace data_space)
-
createDataSet
@ByVal public DataSet createDataSet(String name, @Const @ByRef DataType data_type, @Const @ByRef DataSpace data_space, @Const @ByRef(nullValue="H5::DSetCreatPropList::DEFAULT") DSetCreatPropList create_plist, @Const @ByRef(nullValue="H5::DSetAccPropList::DEFAULT") DSetAccPropList dapl, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl)
-
createDataSet
@ByVal public DataSet createDataSet(String name, @Const @ByRef DataType data_type, @Const @ByRef DataSpace data_space)
-
openDataSet
@ByVal public DataSet openDataSet(@Cast("const char*") BytePointer name, @Const @ByRef(nullValue="H5::DSetAccPropList::DEFAULT") DSetAccPropList dapl)
-
openDataSet
@ByVal public DataSet openDataSet(@Cast("const char*") BytePointer name)
-
openDataSet
@ByVal public DataSet openDataSet(String name, @Const @ByRef(nullValue="H5::DSetAccPropList::DEFAULT") DSetAccPropList dapl)
-
getLinkInfo
@ByVal public H5L_info2_t getLinkInfo(@Cast("const char*") BytePointer link_name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getLinkInfo
@ByVal public H5L_info2_t getLinkInfo(@Cast("const char*") BytePointer link_name)
-
getLinkInfo
@ByVal public H5L_info2_t getLinkInfo(String link_name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getLinkInfo
@ByVal public H5L_info2_t getLinkInfo(String link_name)
-
getLinkval
@StdString public BytePointer getLinkval(@Cast("const char*") BytePointer link_name, @Cast("size_t") long size)
-
getLinkval
@StdString public BytePointer getLinkval(@Cast("const char*") BytePointer link_name)
-
getLinkval
@StdString public String getLinkval(String link_name, @Cast("size_t") long size)
-
getLinkval
@StdString public String getLinkval(String link_name)
-
getNumObjs
@Cast("hsize_t") public long getNumObjs()
-
getObjnameByIdx
@StdString public BytePointer getObjnameByIdx(@Cast("hsize_t") long idx)
-
getObjnameByIdx
@Cast("ssize_t") public long getObjnameByIdx(@Cast("hsize_t") long idx, @Cast("char*") BytePointer name, @Cast("size_t") long size)
-
getObjnameByIdx
@Cast("ssize_t") public long getObjnameByIdx(@Cast("hsize_t") long idx, @Cast("char*") ByteBuffer name, @Cast("size_t") long size)
-
getObjnameByIdx
@Cast("ssize_t") public long getObjnameByIdx(@Cast("hsize_t") long idx, @Cast("char*") byte[] name, @Cast("size_t") long size)
-
childObjType
@Cast("H5O_type_t") public int childObjType(@StdString BytePointer objname)
-
childObjType
@Cast("H5O_type_t") public int childObjType(@StdString String objname)
-
childObjType
@Cast("H5O_type_t") public int childObjType(@Cast("hsize_t") long index, @Cast("H5_index_t") int index_type, @Cast("H5_iter_order_t") int order, @Cast("const char*") BytePointer objname)
-
childObjType
@Cast("H5O_type_t") public int childObjType(@Cast("hsize_t") long index, @Cast("H5_index_t") int index_type, @Cast("H5_iter_order_t") int order, String objname)
-
childObjVersion
@Cast("unsigned") public int childObjVersion(@Cast("const char*") BytePointer objname)
-
getObjinfo
public void getObjinfo(@ByRef H5O_info2_t objinfo, @Cast("unsigned") int fields)
-
getObjinfo
public void getObjinfo(@ByRef H5O_info2_t objinfo)
-
getObjinfo
public void getObjinfo(@Cast("const char*") BytePointer name, @ByRef H5O_info2_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getObjinfo
public void getObjinfo(@Cast("const char*") BytePointer name, @ByRef H5O_info2_t objinfo)
-
getObjinfo
public void getObjinfo(String name, @ByRef H5O_info2_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getObjinfo
public void getObjinfo(String name, @ByRef H5O_info2_t objinfo)
-
getObjinfo
public void getObjinfo(@Cast("const char*") BytePointer grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_info2_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getObjinfo
public void getObjinfo(@Cast("const char*") BytePointer grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_info2_t objinfo)
-
getObjinfo
public void getObjinfo(String grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_info2_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getObjinfo
public void getObjinfo(String grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_info2_t objinfo)
-
getNativeObjinfo
public void getNativeObjinfo(@ByRef H5O_native_info_t objinfo, @Cast("unsigned") int fields)
-
getNativeObjinfo
public void getNativeObjinfo(@ByRef H5O_native_info_t objinfo)
-
getNativeObjinfo
public void getNativeObjinfo(@Cast("const char*") BytePointer name, @ByRef H5O_native_info_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getNativeObjinfo
public void getNativeObjinfo(@Cast("const char*") BytePointer name, @ByRef H5O_native_info_t objinfo)
-
getNativeObjinfo
public void getNativeObjinfo(String name, @ByRef H5O_native_info_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getNativeObjinfo
public void getNativeObjinfo(String name, @ByRef H5O_native_info_t objinfo)
-
getNativeObjinfo
public void getNativeObjinfo(@Cast("const char*") BytePointer grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_native_info_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getNativeObjinfo
public void getNativeObjinfo(@Cast("const char*") BytePointer grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_native_info_t objinfo)
-
getNativeObjinfo
public void getNativeObjinfo(String grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_native_info_t objinfo, @Cast("unsigned") int fields, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
getNativeObjinfo
public void getNativeObjinfo(String grp_name, @Cast("H5_index_t") int idx_type, @Cast("H5_iter_order_t") int order, @Cast("hsize_t") long idx, @ByRef H5O_native_info_t objinfo)
-
link
public void link(@Cast("const char*") BytePointer target_name, @Cast("const char*") BytePointer link_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("const char*") BytePointer target_name, @Cast("const char*") BytePointer link_name)
-
link
public void link(String target_name, String link_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("const char*") BytePointer curr_name, @Const @ByRef Group new_loc, @Cast("const char*") BytePointer new_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("const char*") BytePointer curr_name, @Const @ByRef Group new_loc, @Cast("const char*") BytePointer new_name)
-
link
public void link(String curr_name, @Const @ByRef Group new_loc, String new_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("const char*") BytePointer curr_name, @Cast("const hid_t") long same_loc, @Cast("const char*") BytePointer new_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("const char*") BytePointer curr_name, @Cast("const hid_t") long same_loc, @Cast("const char*") BytePointer new_name)
-
link
public void link(String curr_name, @Cast("const hid_t") long same_loc, String new_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
link
public void link(@Cast("H5L_type_t") int link_type, @Cast("const char*") BytePointer curr_name, @Cast("const char*") BytePointer new_name)
-
unlink
public void unlink(@Cast("const char*") BytePointer link_name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
unlink
public void unlink(@Cast("const char*") BytePointer link_name)
-
unlink
public void unlink(String link_name, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
unlink
public void unlink(String link_name)
-
mount
public void mount(@Cast("const char*") BytePointer name, @Const @ByRef H5File child, @Const @ByRef PropList plist)
-
unmount
public void unmount(@Cast("const char*") BytePointer name)
-
unmount
public void unmount(String name)
-
copyLink
public void copyLink(@Cast("const char*") BytePointer src_name, @Const @ByRef Group dst, @Cast("const char*") BytePointer dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
copyLink
public void copyLink(@Cast("const char*") BytePointer src_name, @Const @ByRef Group dst, @Cast("const char*") BytePointer dst_name)
-
copyLink
public void copyLink(String src_name, @Const @ByRef Group dst, String dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
copyLink
public void copyLink(@Cast("const char*") BytePointer src_name, @Cast("const char*") BytePointer dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
copyLink
public void copyLink(@Cast("const char*") BytePointer src_name, @Cast("const char*") BytePointer dst_name)
-
copyLink
public void copyLink(String src_name, String dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
moveLink
public void moveLink(@Cast("const char*") BytePointer src_name, @Const @ByRef Group dst, @Cast("const char*") BytePointer dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
moveLink
public void moveLink(@Cast("const char*") BytePointer src_name, @Const @ByRef Group dst, @Cast("const char*") BytePointer dst_name)
-
moveLink
public void moveLink(String src_name, @Const @ByRef Group dst, String dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
moveLink
public void moveLink(@Cast("const char*") BytePointer src_name, @Cast("const char*") BytePointer dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
moveLink
public void moveLink(@Cast("const char*") BytePointer src_name, @Cast("const char*") BytePointer dst_name)
-
moveLink
public void moveLink(String src_name, String dst_name, @Const @ByRef(nullValue="H5::LinkCreatPropList::DEFAULT") LinkCreatPropList lcpl, @Const @ByRef(nullValue="H5::LinkAccPropList::DEFAULT") LinkAccPropList lapl)
-
move
public void move(@Cast("const char*") BytePointer src, @Cast("const char*") BytePointer dst)
-
throwException
public void throwException(@StdString BytePointer func_name, @StdString BytePointer msg)
For subclasses, H5File and Group, to throw appropriate exception.
-
throwException
public void throwException(@StdString String func_name, @StdString String msg)
-
-