J.Output.Buffer

object Buffer extends Ref.Custom.Type[Buffer, ByteArrayOutputStream]
class Ref.Custom.Type[Buffer, ByteArrayOutputStream]
class Object
trait Matchable
class Any

Def

def apply(initSize: Int): Buffer
inline def bytes: Array[Byte]
inline def clear: Unit
inline def size: Int
inline def toInput: Input

Inherited

def info(v: Buffer): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Buffer): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: ByteArrayOutputStream
Inherited from
Type
Source
Type.scala
def tag(v: Buffer): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala