Preparing search index...
The search index is not available
MCAP TypeScript SDK
MCAP TypeScript SDK
@mcap/nodejs
FileHandleWritable
Class FileHandleWritable
IWritable implementation for FileHandle.
Hierarchy
FileHandleWritable
Implements
IWritable
Index
Constructors
constructor
Properties
#handle
#total
Bytes
Written
Methods
position
write
Constructors
constructor
new
File
Handle
Writable
(
handle
)
:
FileHandleWritable
Parameters
handle
:
FileHandle
Returns
FileHandleWritable
Properties
Private
#handle
#handle
:
FileHandle
Private
#total
Bytes
Written
#total
Bytes
Written
:
number
= 0
Methods
position
position
(
)
:
bigint
Returns
bigint
write
write
(
buffer
)
:
Promise
<
void
>
Parameters
buffer
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
#handle
#total
Bytes
Written
position
write
MCAP TypeScript SDK
@mcap/core
@mcap/support
@mcap/nodejs
@mcap/browser
Generated using
TypeDoc
IWritable implementation for FileHandle.