Input

trait Input
Companion
object
class Object
trait Matchable
class Any
class JavaInput

Value members

Abstract methods

def readByte: Byte

Read a byte. If we have come to the end of the stream, throws EOF.

Read a byte. If we have come to the end of the stream, throws EOF.

Concrete methods

def readFully(target: Array[Byte], offset: Int, length: Int): Unit
def readFully(target: Array[Byte]): Unit
def readTo(target: Array[Byte], offset: Int, length: Int): Int
def readTo(target: Array[Byte]): Int