Modifier and Type | Field and Description |
---|---|
private static int |
INT_SIZE |
(package private) Process |
process |
(package private) InputStream |
readable |
(package private) OutputStream |
writable |
Modifier and Type | Method and Description |
---|---|
(package private) int |
byteArrayToInt(byte[] b) |
(package private) int[] |
byteArrayToInt(int n_elems,
byte[] b) |
void |
close() |
(package private) int |
command(int cmd_id,
byte[] paramBlock) |
(package private) HDFDimension |
diminfo(int dim_id) |
(package private) int |
endaccess(int sds_id) |
(package private) HDFFileInfo |
fileinfo(int sd_id) |
(package private) int |
findattr(int id,
String name) |
(package private) int |
getdimid(int sds_id,
int dim_index) |
(package private) HDFVariableInfo |
getinfo(int sds_id) |
(package private) int |
hClose(int f_id) |
(package private) int |
hOpen(String filename) |
(package private) byte[] |
intArrayToByteArray(int[] a) |
(package private) byte[] |
intToByteArray(int a) |
(package private) int |
nametoindex(int id,
String name) |
(package private) HDFArray |
readattr(int id,
int attr_index) |
(package private) HDFArray |
readdata(int sds_id,
int[] start,
int[] stride,
int[] edges) |
(package private) HDFArray |
readRawBlock(String data_type,
int element_count) |
(package private) String |
readString() |
(package private) int |
readStruct() |
(package private) int |
select(int id,
int index) |
(package private) int |
start(String filename) |
(package private) byte[] |
stringBlock(String name) |
(package private) int |
vEnd(int v_id) |
(package private) int |
vsAttach(int f_id,
int v_id) |
(package private) int |
vsDetach(int v_id) |
(package private) int |
vsFind(int f_id,
String data_name) |
(package private) HDFArray |
vsRead(int v_id,
String name,
int start_idx,
int nrecs,
int stride) |
(package private) int |
vStart(int f_id) |
private static final int INT_SIZE
InputStream readable
OutputStream writable
public HDF(String exe) throws IOException
IOException
int command(int cmd_id, byte[] paramBlock) throws IOException
IOException
byte[] stringBlock(String name) throws IOException
IOException
byte[] intToByteArray(int a) throws IOException
IOException
byte[] intArrayToByteArray(int[] a) throws Exception
Exception
int byteArrayToInt(byte[] b) throws IOException
IOException
int[] byteArrayToInt(int n_elems, byte[] b) throws IOException
IOException
int readStruct() throws IOException
IOException
String readString() throws IOException
IOException
HDFDimension diminfo(int dim_id) throws Exception
Exception
HDFVariableInfo getinfo(int sds_id) throws Exception
Exception
HDFFileInfo fileinfo(int sd_id) throws Exception
Exception
HDFArray readRawBlock(String data_type, int element_count) throws IOException
IOException
int nametoindex(int id, String name) throws Exception
Exception
HDFArray readdata(int sds_id, int[] start, int[] stride, int[] edges) throws Exception
Exception
HDFArray vsRead(int v_id, String name, int start_idx, int nrecs, int stride) throws Exception
Exception
public void close() throws IOException
IOException