Packages

case class ValueIterator(value: ByteVector) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueIterator
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ValueIterator(value: ByteVector)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def current: ByteVector
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def finished: Boolean
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def skip(bytes: NetworkElement): Unit
  17. def skip(numBytes: Long): Unit
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def take[E <: NetworkElement](factory: Factory[E], byteSize: Int): E
  20. def take[E <: NetworkElement](factory: Factory[E]): E

    IMPORTANT: This only works for factories which read off of the front of a ByteVector without consuming the whole thing.

    IMPORTANT: This only works for factories which read off of the front of a ByteVector without consuming the whole thing. If this is not the case, you must specify how many bytes.

  21. def take(numBytes: Int): ByteVector
  22. def takeBigSize(): BigSizeUInt
  23. def takeBigSizePrefixed[E](takeFunc: (Int) => E): E
  24. def takeBigSizePrefixedList[E](takeFunc: () => E): Vector[E]
  25. def takeBits(numBits: Int): ByteVector
  26. def takeBoolean(): Boolean
  27. def takeI32(): Int32
  28. def takeSPK(): ScriptPubKey
  29. def takeSats(): Satoshis
  30. def takeString(): NormalizedString
  31. def takeU16(): UInt16
  32. def takeU16Prefixed[E](takeFunc: (Int) => E): E
  33. def takeU16PrefixedList[E](takeFunc: () => E): Vector[E]
  34. def takeU32(): UInt32
  35. def takeU64(): UInt64
  36. val value: ByteVector
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped