Packages

class ByteArrayBuffer extends ByteArrayBufferBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteArrayBuffer
  2. ByteArrayBufferBase
  3. WriteBuffer
  4. ReadBuffer
  5. Buffer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ByteArrayBuffer(a: Array[Byte], offset: Int, size: Int)

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. var a: Array[Byte]
    Attributes
    protected[this]
    Definition Classes
    ByteArrayBufferBase
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var capacity: Int
    Attributes
    protected
    Definition Classes
    ByteArrayBufferBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def ensureCapacity(position: Int, requestedLength: Int): Unit
    Definition Classes
    ByteArrayBufferBaseBuffer
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hasCapacity(position: Int, byteLength: Int): Boolean
    Definition Classes
    ByteArrayBufferBaseBuffer
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def readByte(position: Int): Byte
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  19. def readBytes(position: Int, length: Int, dest: WriteBuffer, destIndex: Int): Unit
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  20. def readBytes(position: Int, length: Int, dest: Array[Byte], destOffset: Int): Unit
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  21. def readBytes(position: Int, length: Int): Array[Byte]
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  22. def readDouble(position: Int): Double
    Definition Classes
    ReadBuffer
  23. def readFloat(position: Int): Float
    Definition Classes
    ReadBuffer
  24. def readInt(position: Int): Int
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  25. def readLong(position: Int): Long
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  26. def readShort(position: Int): Short
    Definition Classes
    ByteArrayBufferBaseReadBuffer
  27. def size: Int
    Definition Classes
    ByteArrayBufferBaseBuffer
  28. def slice(position: Int, newSize: Int): ReadBuffer

    Return a (shallow) copy of the buffer.

    Return a (shallow) copy of the buffer.

    Definition Classes
    ByteArrayBufferBaseBuffer
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toByteArray(position: Int, arraySize: Int): Array[Byte]
    Definition Classes
    ByteArrayBufferBase
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def writeByte(position: Int, v: Byte): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer
  36. def writeByteAndByte(position: Int, b: Byte, v: Byte): Int
    Definition Classes
    WriteBuffer
  37. def writeByteAndDouble(position: Int, b: Byte, v: Double): Int
    Definition Classes
    WriteBuffer
  38. def writeByteAndFloat(position: Int, b: Byte, v: Float): Int
    Definition Classes
    WriteBuffer
  39. def writeByteAndInt(position: Int, b: Byte, v: Int): Int
    Definition Classes
    WriteBuffer
  40. def writeByteAndLong(position: Int, b: Byte, v: Long): Int
    Definition Classes
    WriteBuffer
  41. def writeByteAndShort(position: Int, b: Byte, v: Short): Int
    Definition Classes
    WriteBuffer
  42. def writeBytes(position: Int, src: ReadBuffer, srcPosition: Int, length: Int): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer
  43. def writeBytes(position: Int, source: Array[Byte], sourceOffset: Int, length: Int): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer
  44. def writeBytes(position: Int, src: Array[Byte]): Int
    Definition Classes
    WriteBuffer
  45. def writeDouble(position: Int, v: Double): Int
    Definition Classes
    WriteBuffer
  46. def writeFloat(position: Int, v: Float): Int
    Definition Classes
    WriteBuffer
  47. def writeInt(position: Int, v: Int): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer
  48. def writeLong(position: Int, v: Long): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer
  49. def writeShort(position: Int, v: Short): Int
    Definition Classes
    ByteArrayBufferBaseWriteBuffer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ByteArrayBufferBase

Inherited from WriteBuffer

Inherited from ReadBuffer

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped