object ByteReader

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

Type Members

  1. class UnderflowException extends Exception

    Indicates there aren't sufficient bytes to be read.

Value Members

  1. def apply(buf: Buf): ByteReader

    Creates a ByteReader.

    Creates a ByteReader.

    Note

    the created ByteReader assumes an immutable representation of the underlying Buf and as such, the close() method is a no-op.