buildahcker
Preparing search index...
DiskDirectory
Class DiskDirectory
Hierarchy (
View Summary
)
BaseDirectory
DiskDirectory
Index
Constructors
constructor
Properties
_
mode
Allow
_
mode
Mandatory
attributes
options?
source
File
Path
Methods
_
get
Content
_
get
Content
Hash
_
get
Directory
Content
get
Attributes
get
Content
get
Content
Hash
get
Hash
write
Content
To
write
To
Constructors
constructor
new
DiskDirectory
(
sourceFilePath
:
any
,
attributes
:
FileAttributes
,
options
?:
DiskLocationOptions
,
)
:
DiskDirectory
Parameters
sourceFilePath
:
any
attributes
:
FileAttributes
Optional
options
:
DiskLocationOptions
Returns
DiskDirectory
Properties
Protected
_
mode
Allow
_modeAllow
:
number
= 0xffff
Protected
_
mode
Mandatory
_modeMandatory
:
number
= 0
attributes
attributes
:
FileAttributes
Optional
options
options
?:
DiskLocationOptions
Readonly
source
File
Path
sourceFilePath
:
any
Methods
Protected
_
get
Content
_getContent
()
:
Promise
<
Map
<
string
,
CopyableFile
>
>
Returns
Promise
<
Map
<
string
,
CopyableFile
>
>
Protected
_
get
Content
Hash
_getContentHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
Protected
_
get
Directory
Content
_getDirectoryContent
()
:
Promise
<
DirectoryContent
>
Returns
Promise
<
DirectoryContent
>
get
Attributes
getAttributes
()
:
Promise
<
{
gid
:
number
;
mode
:
number
;
uid
:
number
}
>
Returns
Promise
<
{
gid
:
number
;
mode
:
number
;
uid
:
number
}
>
get
Content
getContent
()
:
Promise
<
Map
<
string
,
CopyableFile
>
>
Returns
Promise
<
Map
<
string
,
CopyableFile
>
>
get
Content
Hash
getContentHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
get
Hash
getHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
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
options
source
File
Path
Methods
_
get
Content
_
get
Content
Hash
_
get
Directory
Content
get
Attributes
get
Content
get
Content
Hash
get
Hash
write
Content
To
write
To
buildahcker
Loading...