ToOutputStreamBase

abstract class ToOutputStreamBase(val outputStream: OutputStream) extends Output
trait Output
class Object
trait Matchable
class Any

Type members

Types

type Self <: ToOutputStreamBase { type Self = Self; }

Inherited types

type Result
Inherited from:
Output

Value members

Concrete methods

final def writeByte(byte: Byte): Self
final def writeBytes(a: Byte, b: Byte): Self
final def writeBytes(a: Byte, b: Byte, c: Byte): Self
final def writeBytes(a: Byte, b: Byte, c: Byte, d: Byte): Self
final def writeBytes[Bytes](bytes: Bytes)(implicit byteAccess: ByteAccess[Bytes]): Self

Inherited methods

def result(): Result
Inherited from:
Output
def writeInt(value: Int): Self
Inherited from:
Output
def writeLong(value: Long): Self
Inherited from:
Output
def writeShort(value: Short): Self
Inherited from:
Output

Concrete fields

protected val outputStream: OutputStream