Navigation
index
modules
|
ooc v0.3.0 documentation
»
io/FileWriter
¶
class
FileWriter
¶
extends:
Writer
static method
new~withFile
(
fileObject:
File
,
append:
Bool
)
→
FileWriter
¶
method
init~withFile
(
fileObject:
File
,
append:
Bool
)
¶
static method
new~withFileOverwrite
(
fileObject:
File
)
→
FileWriter
¶
method
init~withFileOverwrite
(
fileObject:
File
)
¶
static method
new~withName
(
fileName:
String
,
append:
Bool
)
→
FileWriter
¶
method
init~withName
(
fileName:
String
,
append:
Bool
)
¶
static method
new~withNameOverwrite
(
fileName:
String
)
→
FileWriter
¶
method
init~withNameOverwrite
(
fileName:
String
)
¶
method
write
(
chars:
String
,
length:
SizeT
)
→
SizeT
¶
method
write~chr
(
chr:
Char
)
¶
method
close
¶
method
writef
(
fmt:
String
,
...
)
¶
method
vwritef
(
fmt:
String
,
args:
VaList
)
¶
file
→
FStream
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»