de.sciss.lucre

DataInput

class DataInput extends FastInputStream

Linear Supertypes
FastInputStream, InputStream, Closeable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataInput
  2. FastInputStream
  3. InputStream
  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 DataInput(output: DataOutput)

  2. new DataInput(buffer: Array[Byte], offset: Int, length: Int)

  3. new DataInput(buffer: Array[Byte])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def available(): Int

    Definition Classes
    FastInputStream → InputStream
  8. def clone(): AnyRef

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

    Definition Classes
    InputStream → 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. final def getBigIntegerByteLength(): Int

  14. final def getBufferBytes(): Array[Byte]

    Definition Classes
    FastInputStream
  15. final def getBufferLength(): Int

    Definition Classes
    FastInputStream
  16. final def getBufferOffset(): Int

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

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

  19. final def getPackedLongByteLength(): Int

  20. final def getStringByteLength(): Int

  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def mark(readLimit: Int): Unit

    Definition Classes
    FastInputStream → InputStream
  24. def markSupported(): Boolean

    Definition Classes
    FastInputStream → InputStream
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def read(toBuf: Array[Byte], offset: Int, length: Int): Int

    Definition Classes
    FastInputStream → InputStream
  29. def read(toBuf: Array[Byte]): Int

    Definition Classes
    FastInputStream → InputStream
  30. def read(): Int

    Definition Classes
    FastInputStream → InputStream
  31. final def readBigInteger(): BigInteger

  32. final def readBoolean(): Boolean

  33. final def readByte(): Byte

  34. final def readBytes(chars: Array[Char]): Unit

  35. final def readBytes(length: Int): String

  36. final def readChar(): Char

  37. final def readChars(chars: Array[Char]): Unit

  38. final def readChars(length: Int): String

  39. final def readDouble(): Double

  40. final def readFast(toBuf: Array[Byte], offset: Int, length: Int): Int

    Definition Classes
    FastInputStream
  41. final def readFast(toBuf: Array[Byte]): Int

    Definition Classes
    FastInputStream
  42. final def readFast(): Int

    Definition Classes
    FastInputStream
  43. final def readFloat(): Float

  44. final def readInt(): Int

  45. final def readLong(): Long

  46. final def readPackedInt(): Int

  47. final def readPackedLong(): Long

  48. final def readShort(): Short

  49. final def readSortedDouble(): Double

  50. final def readSortedFloat(): Float

  51. final def readString(chars: Array[Char]): Unit

  52. final def readString(length: Int): String

  53. final def readString(): String

  54. final def readUnsignedByte(): Int

  55. final def readUnsignedInt(): Long

  56. final def readUnsignedShort(): Int

  57. def reset(): Unit

    Definition Classes
    FastInputStream → InputStream
  58. def skip(count: Long): Long

    Definition Classes
    FastInputStream → InputStream
  59. final def skipFast(count: Int): Unit

    Definition Classes
    FastInputStream
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FastInputStream

Inherited from InputStream

Inherited from Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped