de.sciss.lucre

io

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ByteArrayStream extends AnyRef

  2. trait DataInput extends java.io.DataInput with ByteArrayStream

  3. trait DataOutput extends java.io.DataOutput with ByteArrayStream

  4. trait ImmutableReader[+A] extends Reader[Any, Any, A]

  5. trait ImmutableSerializer[A] extends ImmutableReader[A] with Serializer[Any, Any, A]

  6. trait Reader[-Tx, -Acc, +A] extends AnyRef

  7. trait Serializer[-Tx, -Acc, A] extends Reader[Tx, Acc, A] with Writer[A]

  8. trait Writable extends AnyRef

  9. trait Writer[-A] extends AnyRef

Value Members

  1. object DataInput

  2. object DataOutput

  3. object ImmutableSerializer

  4. object Serializer

  5. val SpecGroup: Group[(Int.type, Long.type, Float.type, Double.type, Char.type, Boolean.type, Unit.type)]

    Specialization group consisting of all specializable types except Byte and Short.

    Specialization group consisting of all specializable types except Byte and Short.

    (AnyRef specialization seems currently disabled in Scala)

  6. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped