yafs
0.3.0
0.4.0-SNAPSHOT
0.3.0
yafs
/
de.clayntech.yafs.util
/
Extensions
/
File
File
public
class
File
Functions
Properties
Functions
convert
Link copied to clipboard
public
final
T
convert
<
T
extends
FormattedFile
>
(
File
$self
,
Function1
<
File
,
T
>
converter
)
public
final
T
convert
<
T
extends
FormattedFile
>
(
File
$self
,
Boolean
loadOnInit
,
Function1
<
File
,
T
>
converter
)
copy
From
Link copied to clipboard
public
final
Unit
copyFrom
(
File
$self
,
InputStream
src
,
Integer
bufferSize
)
copy
To
Link copied to clipboard
public
final
Unit
copyTo
(
File
$self
,
OutputStream
sink
,
Integer
bufferSize
)
Properties
INSTANCE
Link copied to clipboard
public
final
static
Extensions.File
INSTANCE