BytesReader

class Object
trait Matchable
class Any

Value members

Concrete methods

def readByte[T : BytesLike](bytes: T, i: Long): Byte
def readInt[T : BytesLike](bytes: T, i: Long): Int
def readLong[T : BytesLike](bytes: T, i: Long): Long
def readShort[T : BytesLike](bytes: T, i: Long): Short