Binary Raw - Docs
Preparing search index...
core/search
findAll
Function findAll
findAll
(
buf
:
BinaryBuffer
,
pattern
:
Uint8Array
,
options
?:
SearchOptions
,
)
:
readonly
AbsoluteOffset
[]
Finds all occurrences of a byte pattern within the buffer or a range.
Parameters
buf
:
BinaryBuffer
pattern
:
Uint8Array
options
:
SearchOptions
= {}
Returns
readonly
AbsoluteOffset
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Binary Raw - Docs
Loading...
Finds all occurrences of a byte pattern within the buffer or a range.