@JniClass(name="leveldb::Status",
flags=CPP)
static class NativeStatus.StatusJNI
extends java.lang.Object
| Constructor and Description |
|---|
StatusJNI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
delete(long self) |
static boolean |
IsNotFound(long self) |
static boolean |
ok(long self) |
static long |
ToString(long self) |
@JniMethod(flags=CPP_DELETE) public static final void delete(long self)
@JniMethod(flags=CPP_METHOD) public static final boolean ok(long self)
@JniMethod(flags=CPP_METHOD) public static final boolean IsNotFound(long self)
@JniMethod(copy="std::string",
flags=CPP_METHOD)
public static final long ToString(long self)