AbstractLevelDBJvmLoader

abstract class AbstractLevelDBJvmLoader(osName: String, libPrefix: String, libSuffix: String, jniDefaultLocation: String) : LevelDBFactory

Functions

destroy
Link copied to clipboard
open override fun destroy(path: String, options: LevelDB.Options)
load
Link copied to clipboard
fun load()
open
Link copied to clipboard
open override fun open(path: String, options: LevelDB.Options): LevelDB