public class file extends Object
Constructor and Description |
---|
file() |
Modifier and Type | Method and Description |
---|---|
private static int |
_mdb_get_int16(byte[] buf,
int offset) |
static int |
_mdb_get_int32(byte[] buf,
int offset) |
private static MdbHandle |
_mdb_open(RandomAccess file) |
private static long |
_mdb_read_pg(MdbHandle mdb,
byte[] pg_buf,
long pg) |
static int |
mdb_get_byte(MdbHandle mdb,
int offset) |
static double |
mdb_get_double(MdbHandle mdb,
int offset) |
static int |
mdb_get_int16(MdbHandle mdb,
int offset) |
static int |
mdb_get_int24(MdbHandle mdb,
int offset) |
static int |
mdb_get_int32(MdbHandle mdb,
int offset) |
static float |
mdb_get_single(MdbHandle mdb,
int offset) |
static MdbHandle |
mdb_open(RandomAccess file) |
static long |
mdb_read_alt_pg(MdbHandle mdb,
long pg) |
static long |
mdb_read_pg(MdbHandle mdb,
long pg)
mdb_read a wrapper for read that bails if anything is wrong
|
static void |
mdb_swap_pgbuf(MdbHandle mdb) |
static int |
unsign(byte b) |
private static MdbHandle _mdb_open(RandomAccess file) throws IOException
IOException
public static MdbHandle mdb_open(RandomAccess file) throws IOException
IOException
public static long mdb_read_pg(MdbHandle mdb, long pg) throws IOException
IOException
private static long _mdb_read_pg(MdbHandle mdb, byte[] pg_buf, long pg) throws IOException
IOException
public static int _mdb_get_int32(byte[] buf, int offset)
public static int mdb_get_int32(MdbHandle mdb, int offset)
private static int _mdb_get_int16(byte[] buf, int offset)
public static int mdb_get_int16(MdbHandle mdb, int offset)
public static long mdb_read_alt_pg(MdbHandle mdb, long pg) throws IOException
IOException
public static int mdb_get_int24(MdbHandle mdb, int offset)
public static void mdb_swap_pgbuf(MdbHandle mdb)
public static int unsign(byte b)
public static double mdb_get_double(MdbHandle mdb, int offset)
public static int mdb_get_byte(MdbHandle mdb, int offset)
public static float mdb_get_single(MdbHandle mdb, int offset)
Copyright © 2016 Open Microscopy Environment