Class

swave.compat.scodec.impl

ByteVectorBytes

Related Doc: package impl

Permalink

class ByteVectorBytes extends Bytes[ByteVector]

Linear Supertypes
Bytes[ByteVector], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteVectorBytes
  2. Bytes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteVectorBytes()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(bs: GenTraversableOnce[Byte]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  5. def apply(buffer: ByteBuffer): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  6. def apply(bytes: Vector[Byte]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  7. def apply[A](bytes: A*)(implicit arg0: Integral[A]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  8. def apply(bytes: Array[Byte], offset: Int, length: Int): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  9. def apply(array: Array[Byte]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def byteAt(value: ByteVector, ix: Long): Byte

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compact(value: ByteVector): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  14. def concat(byte: Byte, value: ByteVector): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  15. def concat(value: ByteVector, byte: Byte): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  16. def concat(value: ByteVector, other: ByteVector): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  17. def copyToArray(value: ByteVector, sourceOffset: Long, xs: Array[Byte], destOffset: Int, len: Int): Unit

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  18. def copyToArray(value: ByteVector, xs: Array[Byte], offset: Int): Unit

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  19. def copyToOutputStream(value: ByteVector, s: OutputStream): Unit

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  20. def decodeString(value: ByteVector, charset: Charset): Either[CharacterCodingException, String]

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  21. def drop(value: ByteVector, n: Long): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  22. def empty: ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  23. def encodeString(str: String, charset: Charset): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  24. def encodeStringStrict(str: String, charset: Charset): Either[CharacterCodingException, ByteVector]

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def fill[A](size: Long)(byte: A)(implicit arg0: Integral[A]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  30. def foldRight[A](value: ByteVector, z: A, f: (Byte, A) ⇒ A): A

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  31. def foreach(value: ByteVector, f: (Byte) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  32. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def indexOfSlice(value: ByteVector, slice: ByteVector, startIx: Long): Long

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def map(value: ByteVector, f: (Byte) ⇒ Byte): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def reverse(value: ByteVector): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  41. def size(value: ByteVector): Long

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def take(value: ByteVector, n: Long): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  44. def toArray(value: ByteVector): Array[Byte]

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  45. def toByteBuffer(value: ByteVector): ByteBuffer

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  46. def toIndexedSeq(value: ByteVector): IndexedSeq[Byte]

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  47. def toSeq(value: ByteVector): Seq[Byte]

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. def update(value: ByteVector, ix: Long, byte: Byte): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  50. def view(bytes: ByteBuffer): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  51. def view(bytes: Array[Byte]): ByteVector

    Permalink
    Definition Classes
    ByteVectorBytes → Bytes
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Bytes[ByteVector]

Inherited from AnyRef

Inherited from Any

Ungrouped