| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5FD_t |
H5FD_t.access_flags(int setter) |
H5FD_t |
H5FD_t.alignment(long setter) |
H5FD_t |
H5FD_t.base_addr(long setter) |
H5FD_t |
H5FD_class_t.Open_BytePointer_int_long_long.call(BytePointer name,
int flags,
long fapl,
long maxaddr) |
H5FD_t |
H5FD_t.cls(H5FD_class_t setter) |
H5FD_t |
H5FD_t.driver_id(long setter) |
H5FD_t |
H5FD_t.feature_flags(long setter) |
H5FD_t |
H5FD_t.fileno(long setter) |
H5FD_t |
H5FD_t.maxaddr(long setter) |
H5FD_t |
H5FD_t.paged_aggr(boolean setter) |
H5FD_t |
H5FD_t.position(long position) |
H5FD_t |
H5FD_t.threshold(long setter) |
| Modifier and Type | Method and Description |
|---|---|
long |
H5FD_class_t.Sb_size_H5FD_t.call(H5FD_t file) |
Pointer |
H5FD_class_t.Fapl_get_H5FD_t.call(H5FD_t file) |
int |
H5FD_class_t.Close_H5FD_t.call(H5FD_t file) |
int |
H5FD_class_t.Unlock_H5FD_t.call(H5FD_t file) |
int |
H5FD_class_t.Lock_H5FD_t_boolean.call(H5FD_t file,
boolean rw) |
int |
H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer.call(H5FD_t file,
BytePointer name,
BytePointer p) |
int |
H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer.call(H5FD_t f,
BytePointer name,
BytePointer p) |
int |
H5FD_class_t.Query_H5FD_t_CLongPointer.call(H5FD_t f1,
CLongPointer flags) |
int |
H5FD_class_t.Cmp_H5FD_t_H5FD_t.call(H5FD_t f1,
H5FD_t f2) |
long |
H5FD_class_t.Get_eoa_H5FD_t_int.call(H5FD_t file,
int type) |
long |
H5FD_class_t.Get_eof_H5FD_t_int.call(H5FD_t file,
int type) |
int |
H5FD_class_t.Set_eoa_H5FD_t_int_long.call(H5FD_t file,
int type,
long addr) |
long |
H5FD_class_t.Alloc_H5FD_t_int_long_long.call(H5FD_t file,
int type,
long dxpl_id,
long size) |
int |
H5FD_class_t.Free_H5FD_t_int_long_long_long.call(H5FD_t file,
int type,
long dxpl_id,
long addr,
long size) |
int |
H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer.call(H5FD_t file,
int type,
long dxpl,
long addr,
long size,
Pointer buffer) |
int |
H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer.call(H5FD_t file,
int type,
long dxpl,
long addr,
long size,
Pointer buffer) |
int |
H5FD_class_t.Get_type_map_H5FD_t_IntPointer.call(H5FD_t file,
IntPointer type_map) |
int |
H5FD_class_t.Flush_H5FD_t_long_boolean.call(H5FD_t file,
long dxpl_id,
boolean closing) |
int |
H5FD_class_t.Truncate_H5FD_t_long_boolean.call(H5FD_t file,
long dxpl_id,
boolean closing) |
int |
H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer.call(H5FD_t file,
long fapl,
PointerPointer file_handle) |
| Modifier and Type | Method and Description |
|---|---|
static H5FD_t |
hdf5.H5FDopen(BytePointer name,
int flags,
long fapl_id,
long maxaddr) |
static H5FD_t |
hdf5.H5FDopen(String name,
int flags,
long fapl_id,
long maxaddr) |
| Modifier and Type | Method and Description |
|---|---|
static long |
hdf5.H5FDalloc(H5FD_t file,
int type,
long dxpl_id,
long size) |
static int |
hdf5.H5FDclose(H5FD_t file) |
static int |
hdf5.H5FDcmp(H5FD_t f1,
H5FD_t f2) |
static int |
hdf5.H5FDflush(H5FD_t file,
long dxpl_id,
boolean closing) |
static int |
hdf5.H5FDfree(H5FD_t file,
int type,
long dxpl_id,
long addr,
long size) |
static long |
hdf5.H5FDget_eoa(H5FD_t file,
int type) |
static long |
hdf5.H5FDget_eof(H5FD_t file,
int type) |
static int |
hdf5.H5FDget_vfd_handle(H5FD_t file,
long fapl,
Pointer file_handle) |
static int |
hdf5.H5FDget_vfd_handle(H5FD_t file,
long fapl,
PointerPointer file_handle) |
static int |
hdf5.H5FDlock(H5FD_t file,
boolean rw) |
static int |
hdf5.H5FDquery(H5FD_t f,
CLongPointer flags) |
static int |
hdf5.H5FDread(H5FD_t file,
int type,
long dxpl_id,
long addr,
long size,
Pointer buf) |
static int |
hdf5.H5FDset_eoa(H5FD_t file,
int type,
long eoa) |
static int |
hdf5.H5FDtruncate(H5FD_t file,
long dxpl_id,
boolean closing) |
static int |
hdf5.H5FDunlock(H5FD_t file) |
static int |
hdf5.H5FDwrite(H5FD_t file,
int type,
long dxpl_id,
long addr,
long size,
Pointer buf) |
Copyright © 2019. All rights reserved.