trait DataInput extends java.io.DataInput with RandomAccess
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataInput
- RandomAccess
- DataInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def asInputStream: InputStream
- abstract val position: Int
- Definition Classes
- RandomAccess
- abstract def readBoolean(): Boolean
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readByte(): Byte
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readChar(): Char
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readDouble(): Double
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readFloat(): Float
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readFully(arg0: Array[Byte]): Unit
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readInt(): Int
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readLine(): String
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readLong(): Long
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readShort(): Short
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readUTF(): String
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readUnsignedByte(): Int
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def readUnsignedShort(): Int
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- abstract def size: Int
- Definition Classes
- RandomAccess
- abstract def skipBytes(arg0: Int): Int
- Definition Classes
- DataInput
- Annotations
- @throws(classOf[java.io.IOException])
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated