@obsidize/tar-browserify
Preparing search index...
ArchiveEntryOptions
Interface ArchiveEntryOptions
interface
ArchiveEntryOptions
{
content
?:
null
|
Uint8Array
<
ArrayBufferLike
>
;
context
?:
null
|
ArchiveContext
;
header
?:
TarHeader
;
headerAttributes
?:
Partial
<
UstarHeaderLike
>
;
headerByteLength
?:
number
;
offset
?:
number
;
}
Index
Properties
content?
context?
header?
header
Attributes?
header
Byte
Length?
offset?
Properties
Optional
content
content
?:
null
|
Uint8Array
<
ArrayBufferLike
>
Optional
context
context
?:
null
|
ArchiveContext
Optional
header
header
?:
TarHeader
Optional
header
Attributes
headerAttributes
?:
Partial
<
UstarHeaderLike
>
Optional
header
Byte
Length
headerByteLength
?:
number
Optional
offset
offset
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
context
header
header
Attributes
header
Byte
Length
offset
@obsidize/tar-browserify
Loading...