scala.pickling.binary

ByteArray

final class ByteArray extends ByteBuffer

Linear Supertypes
ByteBuffer, EncodingOutput[Array[Byte]], Output[Array[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteArray
  2. ByteBuffer
  3. EncodingOutput
  4. Output
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteArray(size: Int)

  2. new ByteArray(arr: Array[Byte])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyTo(pos: Int, bytes: Array[Byte]): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  9. def decodeBooleanArrayFrom(pos: Int): (Array[Boolean], Int)

    Definition Classes
    ByteArrayByteBuffer
  10. def decodeBooleanFrom(pos: Int): Boolean

    Definition Classes
    ByteArrayByteBuffer
  11. def decodeByteArrayFrom(pos: Int): (Array[Byte], Int)

    Definition Classes
    ByteArrayByteBuffer
  12. def decodeByteFrom(pos: Int): Byte

    Definition Classes
    ByteArrayByteBuffer
  13. def decodeCharArrayFrom(pos: Int): (Array[Char], Int)

    Definition Classes
    ByteArrayByteBuffer
  14. def decodeCharFrom(pos: Int): Char

    Definition Classes
    ByteArrayByteBuffer
  15. def decodeDoubleArrayFrom(pos: Int): (Array[Double], Int)

    Definition Classes
    ByteArrayByteBuffer
  16. def decodeFloatArrayFrom(pos: Int): (Array[Float], Int)

    Definition Classes
    ByteArrayByteBuffer
  17. def decodeIntArrayFrom(pos: Int): (Array[Int], Int)

    Definition Classes
    ByteArrayByteBuffer
  18. def decodeIntFrom(pos: Int): Int

    Definition Classes
    ByteArrayByteBuffer
  19. def decodeLongArrayFrom(pos: Int): (Array[Long], Int)

    Definition Classes
    ByteArrayByteBuffer
  20. def decodeLongFrom(pos: Int): Long

    Definition Classes
    ByteArrayByteBuffer
  21. def decodeShortArrayFrom(pos: Int): (Array[Short], Int)

    Definition Classes
    ByteArrayByteBuffer
  22. def decodeShortFrom(pos: Int): Short

    Definition Classes
    ByteArrayByteBuffer
  23. def decodeStringFrom(pos: Int): (String, Int)

    Definition Classes
    ByteArrayByteBuffer
  24. def encodeBooleanArrayTo(pos: Int, ia: Array[Boolean]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  25. def encodeBooleanTo(pos: Int, value: Boolean): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  26. def encodeByteArrayTo(pos: Int, ia: Array[Byte]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  27. def encodeByteTo(pos: Int, value: Byte): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  28. def encodeCharArrayTo(pos: Int, ia: Array[Char]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  29. def encodeCharTo(pos: Int, value: Char): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  30. def encodeDoubleArrayTo(pos: Int, ia: Array[Double]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  31. def encodeFloatArrayTo(pos: Int, ia: Array[Float]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  32. def encodeIntArrayTo(pos: Int, ia: Array[Int]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  33. def encodeIntTo(pos: Int, value: Int): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  34. def encodeLongArrayTo(pos: Int, ia: Array[Long]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  35. def encodeLongTo(pos: Int, value: Long): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  36. def encodeShortArrayTo(pos: Int, ia: Array[Short]): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  37. def encodeShortTo(pos: Int, value: Short): Unit

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  38. def encodeStringTo(pos: Int, value: String): Int

    Definition Classes
    ByteArrayByteBufferEncodingOutput
  39. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def put(obj: Array[Byte]): ByteArray.this.type

    Definition Classes
    ByteBufferOutput
  49. def result(): Array[Byte]

    Definition Classes
    ByteBufferOutput
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toArray: Array[Byte]

    Definition Classes
    ByteArrayByteBuffer
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  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 ByteBuffer

Inherited from EncodingOutput[Array[Byte]]

Inherited from Output[Array[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped