Search
Preparing search index...
The search index is not available
@virgilsecurity/e3kit-base
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
VirgilEncryptDownIterator
Class VirgilEncryptDownIterator<K>
Type parameters
K
Hierarchy
AbstractIterator
<
K
,
ValueType
>
VirgilEncryptDownIterator
Indexable
[
k:
string
]:
any
Index
Constructors
constructor
Properties
db
it
options
Abstract
Iterator
Methods
_end
_next
end
next
Constructors
constructor
new
Virgil
Encrypt
Down
Iterator
(
db
:
VirgilEncryptDown
<
K
>
, options
:
AbstractIteratorOptions
)
:
VirgilEncryptDownIterator
Parameters
db:
VirgilEncryptDown
<
K
>
options:
AbstractIteratorOptions
Returns
VirgilEncryptDownIterator
Properties
db
db
:
AbstractLevelDOWN
<
K
,
ValueType
>
it
it
:
AbstractIterator
<
K
,
Buffer
>
options
options
:
AbstractIteratorOptions
Static
Abstract
Iterator
Abstract
Iterator
:
AbstractIteratorConstructor
Methods
_end
_end
(
callback
:
ErrorCallback
)
:
void
Parameters
callback:
ErrorCallback
Returns
void
_next
_next
(
callback
:
ErrorKeyValueCallback
<
K
,
ValueType
>
)
:
void
Parameters
callback:
ErrorKeyValueCallback
<
K
,
ValueType
>
Returns
void
end
end
(
cb
:
ErrorCallback
)
:
void
Parameters
cb:
ErrorCallback
Returns
void
next
next
(
cb
:
ErrorKeyValueCallback
<
K
,
ValueType
>
)
:
this
Parameters
cb:
ErrorKeyValueCallback
<
K
,
ValueType
>
Returns
this
Globals
Virgil
Encrypt
Down
Iterator
constructor
db
it
options
Abstract
Iterator
_end
_next
end
next
Generated using
TypeDoc