Class: OHDataBase
This page documents the methods and fields available in the OHDataBase class.
Members
| Signature | Description |
|---|---|
OHDataBase() | Creates a new instance of OHDataBase. |
OHDataBase(Engine) | Creates a new instance of OHDataBase. |
OHDataBase(int) | Creates a new instance of OHDataBase. |
capacity() | Performs the capacity operation. |
decrementSize(int) | Performs the decrementSize operation using the provided parameters (size). |
get(int) | Returns the current value. |
getBytes() | Returns the current bytes. |
incrementSize(int) | Performs the incrementSize operation using the provided parameters (size). |
position(int) | Performs the position operation using the provided parameters (position). |
put(byte[]) | Sets or updates the the value. |
resize(int) | Performs the resize operation using the provided parameters (newCapacity). |
resize(int, boolean) | Performs the resize operation using the provided parameters (newCapacity, copyData). |
set(int, byte) | Sets or updates the the value. |
size() | Performs the size operation. |