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

org.mapdb.StoreBinaryGetLong Maven / Gradle / Ivy

Go to download

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap memory. It is a fast, scalable and easy to use embedded Java database.

There is a newer version: 3.1.0
Show newest version
package org.mapdb;

import java.io.IOException;

/**
 * Binary operations performed on {@link StoreBinary} which retuns long
 */
public interface StoreBinaryGetLong {

    long get(DataInput2 input, int size) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy