All Downloads are FREE. Search and download functionalities are using the official Maven repository.

i.IDBStorage Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package i;

public interface IDBStorage {
    void setBytes(byte[] key, byte[] value);
    byte[] getBytes(byte[] key);
    void setArrayLength(byte[] key, int l);
    int getArrayLength(byte[] key);
    void flush();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy