Output

class Output(initialSize: Int) extends OutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

@throws(java.io.IOException)
def close(): Unit
Inherited from
OutputStream
@throws(java.io.IOException)
def flush(): Unit
Inherited from
OutputStream
@throws(java.io.IOException)
def write(`x$0`: Array[Byte]): Unit
Inherited from
OutputStream