buildahcker
Preparing search index...
DiskLocation
Class DiskLocation
Hierarchy (
View Summary
)
ProxyFile
DiskLocation
Index
Constructors
constructor
Properties
options?
source
File
Path
Methods
_
get
File
get
Attributes
get
Content
Hash
get
Hash
get
Underlying
File
write
Content
To
write
To
Constructors
constructor
new
DiskLocation
(
sourceFilePath
:
string
,
options
?:
DiskLocationOptions
,
)
:
DiskLocation
Parameters
sourceFilePath
:
string
Optional
options
:
DiskLocationOptions
Returns
DiskLocation
Properties
Optional
options
options
?:
DiskLocationOptions
Readonly
source
File
Path
sourceFilePath
:
string
Methods
Protected
_
get
File
_getFile
()
:
Promise
<
BaseFile
>
Returns
Promise
<
BaseFile
>
get
Attributes
getAttributes
()
:
Promise
<
FileAttributes
>
Returns
Promise
<
FileAttributes
>
get
Content
Hash
getContentHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
get
Hash
getHash
()
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
get
Underlying
File
getUnderlyingFile
()
:
Promise
<
BaseFile
>
Returns
Promise
<
BaseFile
>
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
options
source
File
Path
Methods
_
get
File
get
Attributes
get
Content
Hash
get
Hash
get
Underlying
File
write
Content
To
write
To
buildahcker
Loading...