mcbe-leveldb-reader
Preparing search index...
Utilities
Class Utilities
Index
Constructors
constructor
Methods
get
Ascii
String
get
Ascii
String
From
Uint8
Array
is
Usable
As
Object
Key
read
String
ASCII
Constructors
constructor
new
Utilities
()
:
Utilities
Returns
Utilities
Methods
Static
get
Ascii
String
getAsciiString
(
view
:
DataView
,
byteOffset
:
number
,
byteLength
:
number
)
:
string
Parameters
view
:
DataView
byteOffset
:
number
byteLength
:
number
Returns
string
Static
get
Ascii
String
From
Uint8
Array
getAsciiStringFromUint8Array
(
bytes
:
Uint8Array
)
:
string
Parameters
bytes
:
Uint8Array
Returns
string
Static
is
Usable
As
Object
Key
isUsableAsObjectKey
(
term
:
string
)
:
boolean
Parameters
term
:
string
Returns
boolean
Static
read
String
ASCII
readStringASCII
(
buf
:
DataView
,
byteOffset
:
number
,
bytesToRead
:
number
,
)
:
{
byteLength
:
number
;
str
:
string
}
Parameters
buf
:
DataView
byteOffset
:
number
bytesToRead
:
number
Returns
{
byteLength
:
number
;
str
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Ascii
String
get
Ascii
String
From
Uint8
Array
is
Usable
As
Object
Key
read
String
ASCII
mcbe-leveldb-reader
Loading...