Preparing search index...
The search index is not available
Documentation
Documentation
it-buffer-stream
BufferStreamOptions
Interface BufferStreamOptions
interface
BufferStreamOptions
{
chunkSize
?:
number
;
collector
?
(
arr
)
:
void
;
generator
?
(
length
)
:
Uint8Array
|
Promise
<
Uint8Array
>
;
}
Index
Properties
chunk
Size?
Methods
collector?
generator?
Properties
Optional
chunk
Size
chunk
Size
?:
number
Methods
Optional
collector
collector
(
arr
)
:
void
Parameters
arr
:
Uint8Array
Returns
void
Optional
generator
generator
(
length
)
:
Uint8Array
|
Promise
<
Uint8Array
>
Parameters
length
:
number
Returns
Uint8Array
|
Promise
<
Uint8Array
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chunk
Size
collector
generator
Documentation
Loading...