de.sciss.lucre.io

FastOutputStream

class FastOutputStream extends OutputStream

Linear Supertypes
OutputStream, Flushable, Closeable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FastOutputStream
  2. OutputStream
  3. Flushable
  4. Closeable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FastOutputStream(buffer: Array[Byte], bumpSize: Int)

  2. new FastOutputStream(buffer: Array[Byte])

  3. new FastOutputStream(initialSize: Int, bumpSize: Int)

  4. new FastOutputStream(initialSize: Int)

  5. new FastOutputStream()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addSize(sizeAdded: Int): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def close(): Unit

    Definition Classes
    OutputStream → Closeable
    Annotations
    @throws()
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def flush(): Unit

    Definition Classes
    OutputStream → Flushable
    Annotations
    @throws()
  14. def getBufferBytes(): Array[Byte]

  15. def getBufferLength(): Int

  16. def getBufferOffset(): Int

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def makeSpace(sizeNeeded: Int): Unit

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def reset(): Unit

  25. def size(): Int

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toByteArray(): Array[Byte]

  28. def toString(encoding: String): String

  29. def toString(): String

    Definition Classes
    FastOutputStream → AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def write(fromBuf: Array[Byte], offset: Int, length: Int): Unit

    Definition Classes
    FastOutputStream → OutputStream
  34. def write(fromBuf: Array[Byte]): Unit

    Definition Classes
    FastOutputStream → OutputStream
  35. def write(b: Int): Unit

    Definition Classes
    FastOutputStream → OutputStream
  36. final def writeFast(fromBuf: Array[Byte], offset: Int, length: Int): Unit

  37. final def writeFast(fromBuf: Array[Byte]): Unit

  38. final def writeFast(b: Int): Unit

  39. def writeTo(out: OutputStream): Unit

Inherited from OutputStream

Inherited from Flushable

Inherited from Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped