Skip to content

Instantly share code, notes, and snippets.

@mbastian
Created October 26, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbastian/440a706f5e863bb65622 to your computer and use it in GitHub Desktop.
Save mbastian/440a706f5e863bb65622 to your computer and use it in GitHub Desktop.
readpaldbstore.scala
val reader: StoreReader = PalDB.createReader(new File("store.paldb"));
val val1: String = reader.get("foo");
var val2: Array[Int] = reader.get(1213);
reader.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment