mcbe-leveldb-reader
Preparing search index...
ILevelDbParsedRecord
Interface ILevelDbParsedRecord
interface
ILevelDbParsedRecord
{
isDeleted
?:
boolean
;
key
:
string
;
keyBytes
:
Uint8Array
;
ordinal
:
number
;
sourceKind
:
"ldb"
|
"log"
;
sourcePath
?:
string
;
value
?:
Uint8Array
<
ArrayBufferLike
>
;
}
Index
Properties
is
Deleted?
key
key
Bytes
ordinal
source
Kind
source
Path?
value?
Properties
Optional
is
Deleted
isDeleted
?:
boolean
key
key
:
string
key
Bytes
keyBytes
:
Uint8Array
ordinal
ordinal
:
number
source
Kind
sourceKind
:
"ldb"
|
"log"
Optional
source
Path
sourcePath
?:
string
Optional
value
value
?:
Uint8Array
<
ArrayBufferLike
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Deleted
key
key
Bytes
ordinal
source
Kind
source
Path
value
mcbe-leveldb-reader
Loading...