DataReader

trait DataReader
class Object
trait Matchable
class Any

Value members

Abstract methods

def bp: Int
def bp_=(i: Int): Unit
def buf: Array[Byte]
def getByte(mybp: Int): Byte

extract an integer at position bp from buf

extract an integer at position bp from buf

def getBytes(mybp: Int, bytes: Array[Byte]): Unit
def getChar(mybp: Int): Char

extract a character at position bp from buf

extract a character at position bp from buf

def getDouble(mybp: Int): Double

extract a double at position bp from buf

extract a double at position bp from buf

def getFloat(mybp: Int): Float

extract a float at position bp from buf

extract a float at position bp from buf

def getInt(mybp: Int): Int

extract an integer at position bp from buf

extract an integer at position bp from buf

def getLong(mybp: Int): Long

extract a long integer at position bp from buf

extract a long integer at position bp from buf

def getUTF(mybp: Int, len: Int): String
@throws(scala.Predef.classOf[scala.IndexOutOfBoundsException])

read a byte

read a byte

def nextBytes(len: Int): Array[Byte]

read some bytes

read some bytes

read a character

read a character

def nextInt: Int

read an integer

read an integer

def skip(n: Int): Unit

skip next 'n' bytes

skip next 'n' bytes