FileUtils

dotty.tools.dotc.profile.FileUtils
object FileUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FileUtils.type

Members list

Type members

Classlikes

sealed abstract class LineWriter extends Writer

Attributes

Supertypes
class Writer
trait Flushable
trait Closeable
trait Appendable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def newAsyncBufferedWriter(path: Path, charset: Charset, options: Array[OpenOption], threadsafe: Boolean): LineWriter
def newAsyncBufferedWriter(underlying: Writer, threadsafe: Boolean): LineWriter