ReadCursor

case class ReadCursor(var buf: ReadBuffer, var position: Int)

Mutable cursor for Unpacker.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def peekByte: Byte
def proceedCursor: Int
def readByte: Byte
def readBytes(len: Int): Array[Byte]
def readBytes(len: Int, dest: Array[Byte], destOffset: Int): Unit
def readBytes(len: Int, dest: WriteBuffer, destOffset: Int): Unit
def readDouble: Double
def readFloat: Float
def readInt: Int
def readLong: Long
def readShort: Short
def reverseCursor: Unit
def skipBytes(n: Int): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product