Preparing search index...
The search index is not available
@salesforce/core
@salesforce/core
util/zipWriter
ZipWriter
Class ZipWriter
Hierarchy
Writable
ZipWriter
Implements
StructuredWriter
Index
Constructors
constructor
Accessors
buffer
Methods
add
To
Store
finalize
get
Destination
Path
Constructors
constructor
new
Zip
Writer
(
rootDestination
?
)
:
ZipWriter
Parameters
Optional
rootDestination
:
string
Returns
ZipWriter
Accessors
buffer
get
buffer
(
)
:
Buffer
Returns
Buffer
Methods
add
To
Store
add
To
Store
(
contents
,
path
)
:
Promise
<
void
>
Parameters
contents
:
string
|
Buffer
|
Readable
path
:
string
Returns
Promise
<
void
>
finalize
finalize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Destination
Path
get
Destination
Path
(
)
:
undefined
|
string
Returns
undefined
|
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
buffer
add
To
Store
finalize
get
Destination
Path
@salesforce/core
Loading...