J.Output.Bytes

opaque type Bytes

J.Output.Bytes is an opaque value, backed by java.io.OutputStream

Source
Bytes.scala

Def

inline def real: java.io.OutputStream

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala
inline def write(ba: Array[Byte]): Unit
inline def write(ba: Array[Byte], start: Int, size: Int): Unit
def write(input: J.Input): Unit
inline def writeAndClose(in: J.Input): Unit
inline def writeByte(b: Int): Unit