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 intchildObjType(long index)intchildObjType(long index, int index_type, int order, String objname)intchildObjType(long index, int index_type, int order, BytePointer objname)intchildObjType(String objname)intchildObjType(BytePointer objname)intchildObjVersion(String objname)intchildObjVersion(BytePointer objname)voidcopyLink(String src_name, String dst_name)voidcopyLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidcopyLink(String src_name, Group dst, String dst_name)voidcopyLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidcopyLink(BytePointer src_name, Group dst, BytePointer dst_name)voidcopyLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidcopyLink(BytePointer src_name, BytePointer dst_name)voidcopyLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)DataSetcreateDataSet(String name, DataType data_type, DataSpace data_space)DataSetcreateDataSet(String name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)DataSetcreateDataSet(BytePointer name, DataType data_type, DataSpace data_space)DataSetcreateDataSet(BytePointer name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)GroupcreateGroup(String name)GroupcreateGroup(String name, long size_hint)GroupcreateGroup(String name, LinkCreatPropList lcpl)GroupcreateGroup(BytePointer name)GroupcreateGroup(BytePointer name, long size_hint)GroupcreateGroup(BytePointer name, LinkCreatPropList lcpl)voiddereference(H5Location loc, Pointer ref)voiddereference(H5Location loc, Pointer ref, int ref_type, PropList plist)booleanexists(String name)booleanexists(String name, LinkAccPropList lapl)booleanexists(BytePointer name)booleanexists(BytePointer name, LinkAccPropList lapl)voidflush(int scope)StringgetComment(String name)StringgetComment(String name, long buf_size)longgetComment(String name, long buf_size, byte[] comment)longgetComment(String name, long buf_size, ByteBuffer comment)longgetComment(String name, long buf_size, BytePointer comment)BytePointergetComment(BytePointer name)BytePointergetComment(BytePointer name, long buf_size)longgetComment(BytePointer name, long buf_size, byte[] comment)longgetComment(BytePointer name, long buf_size, ByteBuffer comment)longgetComment(BytePointer name, long buf_size, BytePointer comment)BytePointergetFileName()H5L_info2_tgetLinkInfo(String link_name)H5L_info2_tgetLinkInfo(String link_name, LinkAccPropList lapl)H5L_info2_tgetLinkInfo(BytePointer link_name)H5L_info2_tgetLinkInfo(BytePointer link_name, LinkAccPropList lapl)StringgetLinkval(String link_name)StringgetLinkval(String link_name, long size)BytePointergetLinkval(BytePointer link_name)BytePointergetLinkval(BytePointer link_name, long size)voidgetNativeObjinfo(String grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo)voidgetNativeObjinfo(String grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)voidgetNativeObjinfo(String name, H5O_native_info_t objinfo)voidgetNativeObjinfo(String name, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)voidgetNativeObjinfo(H5O_native_info_t objinfo)voidgetNativeObjinfo(H5O_native_info_t objinfo, int fields)voidgetNativeObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo)voidgetNativeObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)voidgetNativeObjinfo(BytePointer name, H5O_native_info_t objinfo)voidgetNativeObjinfo(BytePointer name, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)longgetNumObjs()voidgetObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)voidgetObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)voidgetObjinfo(String name, H5O_info2_t objinfo)voidgetObjinfo(String name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)voidgetObjinfo(H5O_info2_t objinfo)voidgetObjinfo(H5O_info2_t objinfo, int fields)voidgetObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)voidgetObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)voidgetObjinfo(BytePointer name, H5O_info2_t objinfo)voidgetObjinfo(BytePointer name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)BytePointergetObjnameByIdx(long idx)longgetObjnameByIdx(long idx, byte[] name, long size)longgetObjnameByIdx(long idx, ByteBuffer name, long size)longgetObjnameByIdx(long idx, BytePointer name, long size)intgetRefObjType(Pointer ref)intgetRefObjType(Pointer ref, int ref_type)DataSpacegetRegion(Pointer ref)DataSpacegetRegion(Pointer ref, int ref_type)voidlink(int link_type, String curr_name, String new_name)voidlink(int link_type, BytePointer curr_name, BytePointer new_name)voidlink(String curr_name, long same_loc, String new_name)voidlink(String curr_name, long same_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidlink(String target_name, String link_name)voidlink(String target_name, String link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidlink(String curr_name, Group new_loc, String new_name)voidlink(String curr_name, Group new_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidlink(BytePointer curr_name, long same_loc, BytePointer new_name)voidlink(BytePointer curr_name, long same_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidlink(BytePointer curr_name, Group new_loc, BytePointer new_name)voidlink(BytePointer curr_name, Group new_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidlink(BytePointer target_name, BytePointer link_name)voidlink(BytePointer target_name, BytePointer link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidmount(String name, H5File child, PropList plist)voidmount(BytePointer name, H5File child, PropList plist)voidmove(String src, String dst)voidmove(BytePointer src, BytePointer dst)voidmoveLink(String src_name, String dst_name)voidmoveLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidmoveLink(String src_name, Group dst, String dst_name)voidmoveLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidmoveLink(BytePointer src_name, Group dst, BytePointer dst_name)voidmoveLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidmoveLink(BytePointer src_name, BytePointer dst_name)voidmoveLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)booleannameExists(String name)booleannameExists(String name, LinkAccPropList lapl)booleannameExists(BytePointer name)booleannameExists(BytePointer name, LinkAccPropList lapl)DataSetopenDataSet(String name)DataSetopenDataSet(String name, DSetAccPropList dapl)DataSetopenDataSet(BytePointer name)DataSetopenDataSet(BytePointer name, DSetAccPropList dapl)GroupopenGroup(String name)GroupopenGroup(BytePointer name)voidreference(Pointer ref, String name)voidreference(Pointer ref, String name, int ref_type)voidreference(Pointer ref, String name, DataSpace dataspace)voidreference(Pointer ref, String name, DataSpace dataspace, int ref_type)voidreference(Pointer ref, BytePointer name)voidreference(Pointer ref, BytePointer name, int ref_type)voidreference(Pointer ref, BytePointer name, DataSpace dataspace)voidreference(Pointer ref, BytePointer name, DataSpace dataspace, int ref_type)voidremoveComment(String name)voidremoveComment(BytePointer name)voidsetComment(String comment)voidsetComment(String name, String comment)voidsetComment(BytePointer comment)voidsetComment(BytePointer name, BytePointer comment)voidthrowException(String func_name, String msg)voidthrowException(BytePointer func_name, BytePointer msg)For subclasses, H5File and Group, to throw appropriate exception.voidunlink(String link_name)voidunlink(String link_name, LinkAccPropList lapl)voidunlink(BytePointer link_name)voidunlink(BytePointer link_name, LinkAccPropList lapl)voidunmount(String name)voidunmount(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)
-
-