SpecificIO

open class SpecificIO(val filePath: Path)

Inheritors

Constructors

Link copied to clipboard
constructor(filePath: Path)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun read(bufferSize: Int, charset: Charset): String
Link copied to clipboard
open fun readAllLines(bufferSize: Int, charset: Charset): List<String>
Link copied to clipboard
open fun readLine(line: Int, bufferSize: Int, charset: Charset): Outcome<String>
Link copied to clipboard
open fun write(content: Any, bufferSize: Int, charset: Charset, vararg openOptions: OpenOption)
open fun write(content: List<Any>, bufferSize: Int, charset: Charset, vararg openOptions: OpenOption)