case class ValueIterator(value: ByteVector) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueIterator
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ValueIterator(value: ByteVector)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def current: ByteVector
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finished: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def skip(bytes: NetworkElement): Unit
- def skip(numBytes: Long): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take[E <: NetworkElement](factory: Factory[E], byteSize: Int): E
- 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.
- def take(numBytes: Int): ByteVector
- def takeBigSize(): BigSizeUInt
- def takeBigSizePrefixed[E](takeFunc: (Int) => E): E
- def takeBigSizePrefixedList[E](takeFunc: () => E): Vector[E]
- def takeBits(numBits: Int): ByteVector
- def takeBoolean(): Boolean
- def takeI32(): Int32
- def takeSPK(): ScriptPubKey
- def takeSats(): Satoshis
- def takeString(): NormalizedString
- def takeU16(): UInt16
- def takeU16Prefixed[E](takeFunc: (Int) => E): E
- def takeU16PrefixedList[E](takeFunc: () => E): Vector[E]
- def takeU32(): UInt32
- def takeU64(): UInt64
- val value: ByteVector
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()