ToOutputStreamBase

io.bullet.borer.output.ToOutputStreamOutput.ToOutputStreamBase
abstract class ToOutputStreamBase(val outputStream: OutputStream) extends Output

Attributes

Graph
Supertypes
trait Output
class Object
trait Matchable
class Any
Known subtypes
class ToFile

Members list

Type members

Types

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

Inherited types

type Result

Attributes

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

Attributes

Inherited from:
Output
def writeInt(value: Int): Self

Attributes

Inherited from:
Output
def writeLong(value: Long): Self

Attributes

Inherited from:
Output
def writeShort(value: Short): Self

Attributes

Inherited from:
Output

Concrete fields

protected val outputStream: OutputStream