g-commit
1.0-SNAPSHOT
g-commit
/
model
/
FileSystem
File
System
interface
FileSystem
Content copied to clipboard
Functions
Inheritors
Functions
read
File
Link copied to clipboard
abstract
fun
readFile
(
fileName
:
String
)
:
String
Content copied to clipboard
remove
File
Link copied to clipboard
abstract
fun
removeFile
(
fileName
:
String
)
Content copied to clipboard
write
File
Link copied to clipboard
abstract
fun
writeFile
(
fileName
:
String
,
content
:
String
)
Content copied to clipboard
Inheritors
FileSystemImpl
Link copied to clipboard