Packages

c

swave.compat.scodec.impl

ByteVectorBytes

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()

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. def apply(bs: GenTraversableOnce[Byte]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  5. def apply(buffer: ByteBuffer): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  6. def apply(bytes: Vector[Byte]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  7. def apply[A](bytes: A*)(implicit arg0: Integral[A]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  8. def apply(bytes: Array[Byte], offset: Int, length: Int): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  9. def apply(array: Array[Byte]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def byteAt(value: ByteVector, ix: Long): Byte
    Definition Classes
    ByteVectorBytes → Bytes
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compact(value: ByteVector): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  14. def concat(byte: Byte, value: ByteVector): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  15. def concat(value: ByteVector, byte: Byte): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  16. def concat(value: ByteVector, other: ByteVector): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  17. def copyToArray(value: ByteVector, sourceOffset: Long, xs: Array[Byte], destOffset: Int, len: Int): Unit
    Definition Classes
    ByteVectorBytes → Bytes
  18. def copyToArray(value: ByteVector, xs: Array[Byte], offset: Int): Unit
    Definition Classes
    ByteVectorBytes → Bytes
  19. def copyToBuffer(value: ByteVector, buffer: ByteBuffer): Int
    Definition Classes
    ByteVectorBytes → Bytes
  20. def copyToOutputStream(value: ByteVector, s: OutputStream): Unit
    Definition Classes
    ByteVectorBytes → Bytes
  21. def decodeString(value: ByteVector, charset: Charset): Either[CharacterCodingException, String]
    Definition Classes
    ByteVectorBytes → Bytes
  22. def drop(value: ByteVector, n: Long): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  23. def empty: ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  24. def encodeString(str: String, charset: Charset): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  25. def encodeStringStrict(str: String, charset: Charset): Either[CharacterCodingException, ByteVector]
    Definition Classes
    ByteVectorBytes → Bytes
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def fill[A](size: Long)(byte: A)(implicit arg0: Integral[A]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def foldLeft[A](value: ByteVector, z: A, f: (A, Byte) ⇒ A): A
    Definition Classes
    ByteVectorBytes → Bytes
  31. def foldRight[A](value: ByteVector, z: A, f: (Byte, A) ⇒ A): A
    Definition Classes
    ByteVectorBytes → Bytes
  32. def foreach(value: ByteVector, f: (Byte) ⇒ Unit): Unit
    Definition Classes
    ByteVectorBytes → Bytes
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  35. def indexOfSlice(value: ByteVector, slice: ByteVector, startIx: Long): Long
    Definition Classes
    ByteVectorBytes → Bytes
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def map(value: ByteVector, f: (Byte) ⇒ Byte): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. def reverse(value: ByteVector): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  42. def size(value: ByteVector): Long
    Definition Classes
    ByteVectorBytes → Bytes
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def take(value: ByteVector, n: Long): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  45. def toArray(value: ByteVector): Array[Byte]
    Definition Classes
    ByteVectorBytes → Bytes
  46. def toByteBuffer(value: ByteVector): ByteBuffer
    Definition Classes
    ByteVectorBytes → Bytes
  47. def toIndexedSeq(value: ByteVector): IndexedSeq[Byte]
    Definition Classes
    ByteVectorBytes → Bytes
  48. def toSeq(value: ByteVector): Seq[Byte]
    Definition Classes
    ByteVectorBytes → Bytes
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def update(value: ByteVector, ix: Long, byte: Byte): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  51. def view(bytes: ByteBuffer): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  52. def view(bytes: Array[Byte]): ByteVector
    Definition Classes
    ByteVectorBytes → Bytes
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Bytes[ByteVector]

Inherited from AnyRef

Inherited from Any

Ungrouped