Skip to main content

OHDataBase

Complete API reference for OHDataBase, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Buffers

Component: no


public class OHDataBase

Constructors

SignatureDescription
OHDataBase()Creates a new instance of OHDataBase.
OHDataBase(Engine)Creates a new instance of OHDataBase.
OHDataBase(int)Creates a new instance of OHDataBase.

Methods

SignatureReturnsDescription
incrementSize(int)voidPerforms the incrementSize operation using the provided parameters (size).
decrementSize(int)voidPerforms the decrementSize operation using the provided parameters (size).
resize(int)voidPerforms the resize operation using the provided parameters (newCapacity).
resize(int, boolean)voidPerforms the resize operation using the provided parameters (newCapacity, copyData).
position(int)voidPerforms the position operation using the provided parameters (position).
put(byte[])voidSets or updates the the value.
set(int, byte)voidSets or updates the the value.
get(int)byteReturns the current value.
getBytes()byte[]Returns the current bytes.
size()intExecutes size and returns after the underlying engine call finishes.
capacity()intExecutes capacity and returns after the underlying engine call finishes.