FileWriter

class FileWriter(file: File, content: String) : KlutterWriter

Default implementation of KlutterWriter which creates a new File and writes content to it.

Constructors

Link copied to clipboard
constructor(file: File, content: String)

Functions

Link copied to clipboard
open override fun write()

Write content to the file: