Packages

abstract class ByteBuffer extends Buffer with Comparable[ByteBuffer]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteBuffer
  2. Comparable
  3. Buffer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asCharBuffer(): CharBuffer
  2. abstract def asDoubleBuffer(): DoubleBuffer
  3. abstract def asFloatBuffer(): FloatBuffer
  4. abstract def asIntBuffer(): IntBuffer
  5. abstract def asLongBuffer(): LongBuffer
  6. abstract def asReadOnlyBuffer(): ByteBuffer
  7. abstract def asShortBuffer(): ShortBuffer
  8. abstract def compact(): ByteBuffer
  9. abstract def duplicate(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
  10. abstract def isDirect(): Boolean
    Definition Classes
    ByteBufferBuffer
  11. abstract def isReadOnly(): Boolean
    Definition Classes
    Buffer
  12. abstract def slice(index: Int, length: Int): ByteBuffer
    Definition Classes
    ByteBufferBuffer
  13. abstract def slice(): ByteBuffer
    Definition Classes
    ByteBufferBuffer

Concrete 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. val _capacity: Int
    Definition Classes
    Buffer
  5. val _rawAddress: RawPtr
    Attributes
    protected
    Definition Classes
    Buffer
  6. final def alignedSlice(unitSize: Int): ByteBuffer
  7. final def alignmentOffset(index: Int, unitSize: Int): Int
  8. final def array(): Array[Byte]
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  9. final def arrayOffset(): Int
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final def capacity(): Int
    Definition Classes
    Buffer
  12. def clear(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def compareTo(that: ByteBuffer): Int
    Definition Classes
    ByteBuffer → Comparable
    Annotations
    @noinline()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean
    Definition Classes
    ByteBuffer → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def flip(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  19. def get(dst: Array[Byte]): ByteBuffer
  20. def get(dst: Array[Byte], offset: Int, length: Int): ByteBuffer
    Annotations
    @noinline()
  21. def get(index: Int, dst: Array[Byte]): ByteBuffer
  22. def get(index: Int, dst: Array[Byte], offset: Int, length: Int): ByteBuffer
  23. def get(index: Int): Byte
  24. def get(): Byte
  25. def getChar(index: Int): Char
  26. def getChar(): Char
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def getDouble(index: Int): Double
  29. def getDouble(): Double
  30. def getFloat(index: Int): Float
  31. def getFloat(): Float
  32. def getInt(index: Int): Int
  33. def getInt(): Int
  34. def getLong(index: Int): Long
  35. def getLong(): Long
  36. def getShort(index: Int): Short
  37. def getShort(): Short
  38. final def hasArray(): Boolean
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  39. final def hasPointer(): Boolean
    Definition Classes
    Buffer
  40. final def hasRemaining(): Boolean
    Definition Classes
    Buffer
    Annotations
    @inline()
  41. def hashCode(): Int
    Definition Classes
    ByteBuffer → AnyRef → Any
    Annotations
    @noinline()
  42. final def isEmpty(): Boolean
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def limit(newLimit: Int): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  45. final def limit(): Int
    Definition Classes
    Buffer
  46. def mark(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def order(bo: ByteOrder): ByteBuffer
  51. final def order(): ByteOrder
  52. final def pointer(): Ptr[Byte]
    Definition Classes
    Buffer
  53. def position(newPosition: Int): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  54. final def position(): Int
    Definition Classes
    Buffer
  55. final def put(src: Array[Byte]): ByteBuffer
  56. def put(src: Array[Byte], offset: Int, length: Int): ByteBuffer
    Annotations
    @noinline()
  57. def put(index: Int, src: ByteBuffer, offset: Int, length: Int): ByteBuffer
  58. def put(src: ByteBuffer): ByteBuffer
    Annotations
    @noinline()
  59. def put(index: Int, src: Array[Byte]): ByteBuffer
  60. def put(index: Int, src: Array[Byte], offset: Int, length: Int): ByteBuffer
  61. def put(index: Int, elem: Byte): ByteBuffer
  62. def put(elem: Byte): ByteBuffer
  63. def putChar(index: Int, value: Char): ByteBuffer
  64. def putChar(value: Char): ByteBuffer
  65. def putDouble(index: Int, value: Double): ByteBuffer
  66. def putDouble(value: Double): ByteBuffer
  67. def putFloat(index: Int, value: Float): ByteBuffer
  68. def putFloat(value: Float): ByteBuffer
  69. def putInt(index: Int, value: Int): ByteBuffer
  70. def putInt(value: Int): ByteBuffer
  71. def putLong(index: Int, value: Long): ByteBuffer
  72. def putLong(value: Long): ByteBuffer
  73. def putShort(index: Int, value: Short): ByteBuffer
  74. def putShort(value: Short): ByteBuffer
  75. final def remaining(): Int
    Definition Classes
    Buffer
    Annotations
    @inline()
  76. def reset(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  77. def rewind(): ByteBuffer
    Definition Classes
    ByteBufferBuffer
    Annotations
    @inline()
  78. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  79. def toString(): String
    Definition Classes
    Buffer → AnyRef → Any
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Comparable[ByteBuffer]

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped