OutputWrapperStream

sbt.internal.inc.text.OutputWrapperStream
final class OutputWrapperStream(out: Output) extends OutputStream

Attributes

Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def write(bs: Array[Byte], off: Int, len: Int): Unit

Attributes

Definition Classes
OutputStream
def write(b: Int): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
OutputStream