| java.lang.Object de.anomic.kelondro.kelondroEcoFS
kelondroEcoFS | public class kelondroEcoFS (Code) | | |
Method Summary | |
public synchronized void | add(byte[] b, int start) | public synchronized void | clean(long index, byte[] b, int start) | public synchronized void | clean(long index) | public synchronized void | cleanLast(byte[] b, int start) | public synchronized void | cleanLast() | public synchronized void | close() | public File | filename() | public synchronized void | get(long index, byte[] b, int start) | public static void | main(String[] args) | public synchronized void | put(long index, byte[] b, int start) | public synchronized long | size() | public static long | tableSize(File tablefile, long recordsize) |
recordsize | protected int recordsize(Code) | | |
clean | public synchronized void clean(long index, byte[] b, int start) throws IOException(Code) | | |
cleanLast | public synchronized void cleanLast(byte[] b, int start) throws IOException(Code) | | |
close | public synchronized void close()(Code) | | |
get | public synchronized void get(long index, byte[] b, int start) throws IOException(Code) | | |
put | public synchronized void put(long index, byte[] b, int start) throws IOException(Code) | | |
tableSize | public static long tableSize(File tablefile, long recordsize)(Code) | | |
|
|