Class/Object

fs2.interop.scodec

ByteVectorChunk

Related Docs: object ByteVectorChunk | package scodec

Permalink

final class ByteVectorChunk extends Chunk[Byte]

Source
ByteVectorChunk.scala
Linear Supertypes
Chunk[Byte], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteVectorChunk
  2. Chunk
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to any2stringadd[ByteVectorChunk] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ByteVectorChunk, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to ArrowAssoc[ByteVectorChunk] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): Byte

    Permalink
    Definition Classes
    ByteVectorChunk → Chunk
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def drop(n: Int): Chunk[Byte]

    Permalink
    Definition Classes
    ByteVectorChunk → Chunk
  10. def ensuring(cond: (ByteVectorChunk) ⇒ Boolean, msg: ⇒ Any): ByteVectorChunk

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to Ensuring[ByteVectorChunk] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (ByteVectorChunk) ⇒ Boolean): ByteVectorChunk

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to Ensuring[ByteVectorChunk] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): ByteVectorChunk

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to Ensuring[ByteVectorChunk] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): ByteVectorChunk

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to Ensuring[ByteVectorChunk] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(a: Any): Boolean

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def foldLeft[A](init: A)(f: (A, Byte) ⇒ A): A

    Permalink
    Definition Classes
    Chunk
  18. def foreach(f: (Byte) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Chunk
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to StringFormat[ByteVectorChunk] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  22. def head: Option[Byte]

    Permalink
    Definition Classes
    Chunk
  23. def indexWhere(p: (Byte) ⇒ Boolean): Option[Int]

    Permalink
    Definition Classes
    Chunk
  24. final def isEmpty: Boolean

    Permalink
    Definition Classes
    Chunk
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def last: Option[Byte]

    Permalink
    Definition Classes
    Chunk
  27. def map[O2](f: (Byte) ⇒ O2): Chunk[O2]

    Permalink
    Definition Classes
    ByteVectorChunk → Chunk
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def nonEmpty: Boolean

    Permalink
    Definition Classes
    Chunk
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def size: Int

    Permalink
    Definition Classes
    ByteVectorChunk → Chunk
  33. def splitAt(n: Int): (Chunk[Byte], Chunk[Byte])

    Permalink
    Definition Classes
    Chunk
  34. def splitAtChunk_(n: Int): (Chunk[Byte], Chunk[Byte])

    Permalink
    Attributes
    protected
    Definition Classes
    ByteVectorChunk → Chunk
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def take(n: Int): Chunk[Byte]

    Permalink
    Definition Classes
    ByteVectorChunk → Chunk
  37. def toArray[O2 >: Byte](implicit arg0: ClassTag[O2]): Array[O2]

    Permalink
    Definition Classes
    Chunk
  38. def toBooleans[B >: Byte](implicit ev: =:=[B, Boolean]): Booleans

    Permalink
    Definition Classes
    Chunk
  39. def toByteBuffer[B >: Byte](implicit ev: =:=[B, Byte]): ByteBuffer

    Permalink
    Definition Classes
    Chunk
  40. val toByteVector: ByteVector

    Permalink
  41. def toBytes[B >: Byte](implicit ev: =:=[B, Byte]): Bytes

    Permalink
    Definition Classes
    Chunk
  42. def toDoubles[B >: Byte](implicit ev: =:=[B, Double]): Doubles

    Permalink
    Definition Classes
    Chunk
  43. def toFloats[B >: Byte](implicit ev: =:=[B, Float]): Floats

    Permalink
    Definition Classes
    Chunk
  44. def toInts[B >: Byte](implicit ev: =:=[B, Int]): Ints

    Permalink
    Definition Classes
    Chunk
  45. def toList: List[Byte]

    Permalink
    Definition Classes
    Chunk
  46. def toLongs[B >: Byte](implicit ev: =:=[B, Long]): Longs

    Permalink
    Definition Classes
    Chunk
  47. def toSegment: Segment[Byte, Unit]

    Permalink
    Definition Classes
    Chunk
  48. def toShorts[B >: Byte](implicit ev: =:=[B, Short]): Shorts

    Permalink
    Definition Classes
    Chunk
  49. def toString(): String

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  50. def toVector: Vector[Byte]

    Permalink
    Definition Classes
    Chunk
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (ByteVectorChunk, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteVectorChunk to ArrowAssoc[ByteVectorChunk] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Chunk[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ByteVectorChunk to any2stringadd[ByteVectorChunk]

Inherited by implicit conversion StringFormat from ByteVectorChunk to StringFormat[ByteVectorChunk]

Inherited by implicit conversion Ensuring from ByteVectorChunk to Ensuring[ByteVectorChunk]

Inherited by implicit conversion ArrowAssoc from ByteVectorChunk to ArrowAssoc[ByteVectorChunk]

Ungrouped