trait ByteReader extends AnyRef

This trait is a characteristic of instances that can retrieve bytes from some source.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def get: Byte
  2. abstract def getBytes(length: Int): Array[Byte]
  3. abstract def getChar: Char
  4. abstract def getDouble: Double
  5. abstract def getFloat: Float
  6. abstract def getInt: Int
  7. abstract def getLong: Long
  8. abstract def getShort: Short
  9. abstract def order(byteOrder: ByteOrder): Unit
  10. abstract def order(): ByteOrder
  11. abstract def position(i: Long): ByteReader
  12. abstract def position(): Long