public class Iq80DBFactory extends Object implements DBFactory
| Modifier and Type | Field and Description |
|---|---|
static Iq80DBFactory |
factory |
static String |
VERSION |
| Constructor and Description |
|---|
Iq80DBFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(byte[] value) |
static byte[] |
bytes(String value) |
void |
destroy(File path,
Options options) |
DB |
open(File path,
Options options) |
void |
repair(File path,
Options options) |
String |
toString() |
public static final String VERSION
public static final Iq80DBFactory factory
public DB open(File path, Options options) throws IOException
open in interface DBFactoryIOExceptionpublic void destroy(File path, Options options) throws IOException
destroy in interface DBFactoryIOExceptionpublic void repair(File path, Options options) throws IOException
repair in interface DBFactoryIOExceptionpublic static byte[] bytes(String value)
public static String asString(byte[] value)
Copyright © 2011–2020. All rights reserved.