| java.lang.Object de.anomic.kelondro.kelondroBufferedEcoFS
kelondroBufferedEcoFS | public class kelondroBufferedEcoFS (Code) | | |
Method Summary | |
public synchronized void | add(byte[] b, int start) | public synchronized void | cleanLast(byte[] b, int start) | public synchronized void | cleanLast() | public synchronized void | close() | public File | filename() | public synchronized void | finalize() | public synchronized void | get(long index, byte[] b, int start) | public synchronized void | put(long index, byte[] b, int start) | public synchronized long | size() |
cleanLast | public synchronized void cleanLast(byte[] b, int start) throws IOException(Code) | | |
close | public synchronized void close()(Code) | | |
finalize | public synchronized void finalize()(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) | | |
|
|