trait ByteReader extends AnyRef
This trait is a characteristic of instances that can retrieve bytes from some source.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def get: Byte
- abstract def getBytes(length: Int): Array[Byte]
- abstract def getChar: Char
- abstract def getDouble: Double
- abstract def getFloat: Float
- abstract def getInt: Int
- abstract def getLong: Long
- abstract def getShort: Short
- abstract def order(byteOrder: ByteOrder): Unit
- abstract def order(): ByteOrder
- abstract def position(i: Long): ByteReader
- abstract def position(): Long