DataInput

trait DataInput extends DataInput with RandomAccess
Companion
object
trait DataInput
class Object
trait Matchable
class Any

Value members

Abstract methods

def asInputStream: InputStream

Inherited methods

@throws(java.io.IOException)
def readBoolean(): Boolean
Inherited from
DataInput
@throws(java.io.IOException)
def readByte(): Byte
Inherited from
DataInput
@throws(java.io.IOException)
def readChar(): Char
Inherited from
DataInput
@throws(java.io.IOException)
def readDouble(): Double
Inherited from
DataInput
@throws(java.io.IOException)
def readFloat(): Float
Inherited from
DataInput
@throws(java.io.IOException)
def readFully(`x$0`: Array[Byte], `x$1`: Int, `x$2`: Int): Unit
Inherited from
DataInput
@throws(java.io.IOException)
def readFully(`x$0`: Array[Byte]): Unit
Inherited from
DataInput
@throws(java.io.IOException)
def readInt(): Int
Inherited from
DataInput
@throws(java.io.IOException)
def readLine(): String
Inherited from
DataInput
@throws(java.io.IOException)
def readLong(): Long
Inherited from
DataInput
@throws(java.io.IOException)
def readShort(): Short
Inherited from
DataInput
@throws(java.io.IOException)
def readUTF(): String
Inherited from
DataInput
@throws(java.io.IOException)
def readUnsignedByte(): Int
Inherited from
DataInput
@throws(java.io.IOException)
def readUnsignedShort(): Int
Inherited from
DataInput
def size: Int
Inherited from
RandomAccess
@throws(java.io.IOException)
def skipBytes(`x$0`: Int): Int
Inherited from
DataInput

Inherited fields

var position: Int
Inherited from
RandomAccess