root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
DurableFileWriter
Durable
File
Writer
goblin-common
class
DurableFileWriter
(
val
path
:
Path
,
append
:
Boolean
)
:
AutoCloseable
Members
Constructors
Durable
File
Writer
Link copied to clipboard
goblin-common
constructor
(
path
:
Path
,
append
:
Boolean
)
Properties
path
Link copied to clipboard
goblin-common
val
path
:
Path
Functions
close
Link copied to clipboard
goblin-common
open
override
fun
close
(
)
close
With
Status
Link copied to clipboard
goblin-common
fun
closeWithStatus
(
)
:
Path
?
write
Link copied to clipboard
goblin-common
fun
write
(
text
:
String
)
write
Line
Link copied to clipboard
goblin-common
fun
writeLine
(
text
:
String
)