LineWriter

dotty.tools.dotc.profile.FileUtils.LineWriter
sealed abstract class LineWriter extends Writer

Attributes

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

Members list

Value members

Abstract methods

def newLine(): Unit

Inherited methods

Attributes

Inherited from:
Writer

Attributes

Inherited from:
Writer

Attributes

Inherited from:
Writer
def write(x$0: String, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
Writer
def write(x$0: String): Unit

Attributes

Inherited from:
Writer
def write(x$0: Array[Char]): Unit

Attributes

Inherited from:
Writer
def write(x$0: Int): Unit

Attributes

Inherited from:
Writer

Inherited and Abstract methods

def close(): Unit

Attributes

Inherited from:
Writer
def flush(): Unit

Attributes

Inherited from:
Writer
def write(x$0: Array[Char], x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
Writer