Constructors
constructor
- new database_object(exists?: bool, value?: Uint8Array, key?: Uint8Array): database_object
Parameters
exists: bool = false
value: Uint8Array = ...
key: Uint8Array = ...
Properties
exists
exists: bool
key
key: Uint8Array
value
value: Uint8Array
Methods
Static decode
Parameters
reader: Reader
length: number
Static encode
Parameters
Returns void