buildahcker
Preparing search index...
BaseFileWithLoadedAttributes
Class BaseFileWithLoadedAttributes
Abstract
Hierarchy (
View Summary
)
BaseFile
BaseFileWithLoadedAttributes
BaseFileWithCachedContent
Index
Constructors
constructor
Properties
_
mode
Allow
_
mode
Mandatory
attributes
Methods
get
Attributes
get
Content
Hash
get
Hash
write
Content
To
write
To
Constructors
constructor
new
BaseFileWithLoadedAttributes
(
attributes
:
Partial
<
FileAttributes
>
,
)
:
BaseFileWithLoadedAttributes
Parameters
attributes
:
Partial
<
FileAttributes
>
Returns
BaseFileWithLoadedAttributes
Properties
Protected
_
mode
Allow
_modeAllow
:
number
= 0xffff
Protected
_
mode
Mandatory
_modeMandatory
:
number
= 0
attributes
attributes
:
FileAttributes
Methods
get
Attributes
getAttributes
()
:
Promise
<
{
gid
:
number
;
mode
:
number
;
uid
:
number
}
>
Returns
Promise
<
{
gid
:
number
;
mode
:
number
;
uid
:
number
}
>
Abstract
get
Content
Hash
getContentHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
get
Hash
getHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
Abstract
write
Content
To
writeContentTo
(
destinationPath
:
string
)
:
Promise
<
void
>
Parameters
destinationPath
:
string
Returns
Promise
<
void
>
write
To
writeTo
(
destinationPath
:
string
)
:
Promise
<
void
>
Parameters
destinationPath
:
string
Returns
Promise
<
void
>
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
mode
Allow
_
mode
Mandatory
attributes
Methods
get
Attributes
get
Content
Hash
get
Hash
write
Content
To
write
To
buildahcker
Loading...