Package mdbtools.libmdb
Class file
java.lang.Object
mdbtools.libmdb.file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int_mdb_get_int32(byte[] buf, int offset) static intmdb_get_byte(MdbHandle mdb, int offset) static doublemdb_get_double(MdbHandle mdb, int offset) static intmdb_get_int16(MdbHandle mdb, int offset) static intmdb_get_int24(MdbHandle mdb, int offset) static intmdb_get_int32(MdbHandle mdb, int offset) static floatmdb_get_single(MdbHandle mdb, int offset) static MdbHandlemdb_open(RandomAccess file) static longmdb_read_alt_pg(MdbHandle mdb, long pg) static longmdb_read_pg(MdbHandle mdb, long pg) mdb_read a wrapper for read that bails if anything is wrongstatic voidmdb_swap_pgbuf(MdbHandle mdb) static intunsign(byte b)
-
Constructor Details
-
file
public file()
-
-
Method Details
-
mdb_open
- Throws:
IOException
-
mdb_read_pg
mdb_read a wrapper for read that bails if anything is wrong- Throws:
IOException
-
_mdb_get_int32
public static int _mdb_get_int32(byte[] buf, int offset) -
mdb_get_int32
-
mdb_get_int16
-
mdb_read_alt_pg
- Throws:
IOException
-
mdb_get_int24
-
mdb_swap_pgbuf
-
unsign
public static int unsign(byte b) -
mdb_get_double
-
mdb_get_byte
-
mdb_get_single
-