ByteBufferPool

lightdb.lmdb.ByteBufferPool
class ByteBufferPool(startingSize: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def get(neededSize: Int): ByteBuffer
def release(bb: ByteBuffer): Unit