JSPrintManager
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Zip
File
Entry
children
data
id
name
parent
reader
uncompressed
Size
writer
get
Blob
get
Data
get
Data64URI
get
Fullname
get
Relative
Name
get
Text
get
Uint8
Array
is
Descendant
Of
replace
Blob
replace
Data64URI
replace
Text
replace
Uint8
Array
Hierarchy
ZipEntry
ZipFileEntry
Index
Properties
children
data
id
name
parent
reader
uncompressed
Size
writer
Methods
get
Blob
get
Data
get
Data64URI
get
Fullname
get
Relative
Name
get
Text
get
Uint8
Array
is
Descendant
Of
replace
Blob
replace
Data64URI
replace
Text
replace
Uint8
Array
Properties
children
children
:
ZipEntry
[]
Optional
data
data
:
Entry
id
id
:
number
name
name
:
string
Optional
parent
parent
:
ZipEntry
reader
reader
:
Reader
uncompressed
Size
uncompressed
Size
:
number
writer
writer
:
Writer
Methods
get
Blob
get
Blob
(
mimeType
?:
string
, options
?:
ZipReaderOptions
|
GetDataOptions
)
:
Promise
<
Blob
>
Parameters
Optional
mimeType:
string
Optional
options:
ZipReaderOptions
|
GetDataOptions
Returns
Promise
<
Blob
>
get
Data
get
Data
(
writer
:
Writer
, options
?:
ZipReaderOptions
|
GetDataOptions
)
:
Promise
<
any
>
Parameters
writer:
Writer
Optional
options:
ZipReaderOptions
|
GetDataOptions
Returns
Promise
<
any
>
get
Data64URI
get
Data64URI
(
mimeType
?:
string
, options
?:
ZipReaderOptions
|
GetDataOptions
)
:
Promise
<
string
>
Parameters
Optional
mimeType:
string
Optional
options:
ZipReaderOptions
|
GetDataOptions
Returns
Promise
<
string
>
get
Fullname
get
Fullname
(
)
:
string
Returns
string
get
Relative
Name
get
Relative
Name
(
ancestor
:
ZipDirectoryEntry
)
:
string
Parameters
ancestor:
ZipDirectoryEntry
Returns
string
get
Text
get
Text
(
encoding
?:
string
, options
?:
ZipReaderOptions
|
GetDataOptions
)
:
Promise
<
string
>
Parameters
Optional
encoding:
string
Optional
options:
ZipReaderOptions
|
GetDataOptions
Returns
Promise
<
string
>
get
Uint8
Array
get
Uint8
Array
(
options
?:
ZipReaderOptions
|
GetDataOptions
)
:
Promise
<
Uint8Array
>
Parameters
Optional
options:
ZipReaderOptions
|
GetDataOptions
Returns
Promise
<
Uint8Array
>
is
Descendant
Of
is
Descendant
Of
(
ancestor
:
ZipDirectoryEntry
)
:
boolean
Parameters
ancestor:
ZipDirectoryEntry
Returns
boolean
replace
Blob
replace
Blob
(
blob
:
Blob
)
:
void
Parameters
blob:
Blob
Returns
void
replace
Data64URI
replace
Data64URI
(
dataURI
:
String
)
:
void
Parameters
dataURI:
String
Returns
void
replace
Text
replace
Text
(
text
:
String
)
:
void
Parameters
text:
String
Returns
void
replace
Uint8
Array
replace
Uint8
Array
(
array
:
Uint8Array
)
:
void
Parameters
array:
Uint8Array
Returns
void