OutputWrapperStream

final class OutputWrapperStream(out: Output) extends OutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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