TastyReader

scala.build.tastylib.TastyReader
See theTastyReader companion object
class TastyReader(val bytes: Array[Byte], val start: Int, val end: Int, val base: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(bytes: Array[Byte])

Concrete methods

def addr(idx: Int): Addr
def doUntil(end: Addr)(op: => Unit): Unit
def goto(addr: Addr): Unit
def index(addr: Addr): Int
def isAtEnd: Boolean
def pos: Int
def read: Bytes
def readByte(): Int
def readEnd(): Addr
def readInt(): Int
def readLongInt(): Long
def readLongNat(): Long
def readNat(): Int
def until[T](end: Addr)(op: => T): List[T]

Concrete fields

val base: Int
val bytes: Array[Byte]
val end: Int
val start: Int