Packages

c

io.bullet.borer.compat.akka

FromByteString

final class FromByteString extends Input

Linear Supertypes
Input, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromByteString
  2. Input
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FromByteString(byteString: ByteString)

Type Members

  1. type Bytes = ByteString
    Definition Classes
    FromByteString → Input
  2. type Position = Input.Position
    Definition Classes
    FromByteString → Input

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _cursor: Int
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def byteAccess: ByteStringByteAccess
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def cursor: Long
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def moveCursor(offset: Int): FromByteString.this.type
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def position(cursor: Long): Position
    Definition Classes
    FromByteString → Input
  20. def precedingBytesAsAsciiString(length: Int): String
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  21. def prepareRead(length: Long): Boolean
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  22. def readByte(): Byte
    Definition Classes
    FromByteString → Input
  23. def readByteOrFF(): Byte
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  24. def readBytes(length: Long): Bytes
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  25. def readDoubleByteBigEndian(): Char
    Definition Classes
    FromByteString → Input
  26. def readDoubleByteBigEndianPaddedFF(): Char
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  27. def readOctaByteBigEndian(): Long
    Definition Classes
    FromByteString → Input
  28. def readOctaByteBigEndianPaddedFF(): Long
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  29. def readQuadByteBigEndian(): Int
    Definition Classes
    FromByteString → Input
  30. def readQuadByteBigEndianPaddedFF(): Int
    Definition Classes
    FromByteString → Input
    Annotations
    @inline()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Input

Inherited from AnyRef

Inherited from Any

Ungrouped