| java.lang.Object de.anomic.kelondro.kelondroDyn
kelondroDyn | public class kelondroDyn (Code) | | |
Field Summary | |
protected int | keylen |
Constructor Summary | |
public | kelondroDyn(File file, boolean useNodeCache, boolean useObjectCache, long preloadTime, int key, int nodesize, char fillChar, kelondroByteOrder objectOrder, boolean usetree, boolean writebuffer, boolean resetOnFail) |
Method Summary | |
public synchronized void | close() | public static int | countElementsDyn(kelondroDyn t) | final public static void | delete(File file, boolean usetree) | public synchronized kelondroCloneableIterator<String> | dynKeys(boolean up, boolean rotating) | public synchronized dynKeyIterator | dynKeys(boolean up, byte[] firstKey) | public synchronized boolean | existsDyn(String key) | public synchronized int | getDyn(String key, int pos) | public synchronized byte[] | getDyn(String key, int pos, int len) | public synchronized kelondroRA | getRA(String filekey) | public static void | main(String[] args) | protected String | origKey(byte[] rawKey) | public synchronized void | putDyn(String key, int pos, byte[] b, int off, int len) | public synchronized void | readFile(String key, File f) | public synchronized void | remove(String key) | public void | reset() | public kelondroRow | row() | public synchronized int | sizeDyn() | public synchronized void | writeFile(String key, File f) |
keylen | protected int keylen(Code) | | |
kelondroDyn | public kelondroDyn(File file, boolean useNodeCache, boolean useObjectCache, long preloadTime, int key, int nodesize, char fillChar, kelondroByteOrder objectOrder, boolean usetree, boolean writebuffer, boolean resetOnFail)(Code) | | |
close | public synchronized void close()(Code) | | |
delete | final public static void delete(File file, boolean usetree)(Code) | | |
dynKeys | public synchronized dynKeyIterator dynKeys(boolean up, byte[] firstKey) throws IOException(Code) | | |
sizeDyn | public synchronized int sizeDyn()(Code) | | |
|
|