abstract class ByteBuffer extends Buffer with Comparable[ByteBuffer]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteBuffer
- Comparable
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def asCharBuffer(): CharBuffer
- abstract def asDoubleBuffer(): DoubleBuffer
- abstract def asFloatBuffer(): FloatBuffer
- abstract def asIntBuffer(): IntBuffer
- abstract def asLongBuffer(): LongBuffer
- abstract def asReadOnlyBuffer(): ByteBuffer
- abstract def asShortBuffer(): ShortBuffer
- abstract def compact(): ByteBuffer
- abstract def duplicate(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- abstract def isDirect(): Boolean
- Definition Classes
- ByteBuffer → Buffer
- abstract def isReadOnly(): Boolean
- Definition Classes
- Buffer
- abstract def slice(index: Int, length: Int): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- abstract def slice(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _capacity: Int
- Definition Classes
- Buffer
- val _rawAddress: RawPtr
- Attributes
- protected
- Definition Classes
- Buffer
- final def alignedSlice(unitSize: Int): ByteBuffer
- final def alignmentOffset(index: Int, unitSize: Int): Int
- final def array(): Array[Byte]
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def arrayOffset(): Int
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def capacity(): Int
- Definition Classes
- Buffer
- def clear(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(that: ByteBuffer): Int
- Definition Classes
- ByteBuffer → Comparable
- Annotations
- @noinline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- ByteBuffer → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flip(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- def get(dst: Array[Byte]): ByteBuffer
- def get(dst: Array[Byte], offset: Int, length: Int): ByteBuffer
- Annotations
- @noinline()
- def get(index: Int, dst: Array[Byte]): ByteBuffer
- def get(index: Int, dst: Array[Byte], offset: Int, length: Int): ByteBuffer
- def get(index: Int): Byte
- def get(): Byte
- def getChar(index: Int): Char
- def getChar(): Char
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDouble(index: Int): Double
- def getDouble(): Double
- def getFloat(index: Int): Float
- def getFloat(): Float
- def getInt(index: Int): Int
- def getInt(): Int
- def getLong(index: Int): Long
- def getLong(): Long
- def getShort(index: Int): Short
- def getShort(): Short
- final def hasArray(): Boolean
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def hasPointer(): Boolean
- Definition Classes
- Buffer
- final def hasRemaining(): Boolean
- Definition Classes
- Buffer
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- ByteBuffer → AnyRef → Any
- Annotations
- @noinline()
- final def isEmpty(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(newLimit: Int): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def limit(): Int
- Definition Classes
- Buffer
- def mark(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def order(bo: ByteOrder): ByteBuffer
- final def order(): ByteOrder
- final def pointer(): Ptr[Byte]
- Definition Classes
- Buffer
- def position(newPosition: Int): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def position(): Int
- Definition Classes
- Buffer
- final def put(src: Array[Byte]): ByteBuffer
- def put(src: Array[Byte], offset: Int, length: Int): ByteBuffer
- Annotations
- @noinline()
- def put(index: Int, src: ByteBuffer, offset: Int, length: Int): ByteBuffer
- def put(src: ByteBuffer): ByteBuffer
- Annotations
- @noinline()
- def put(index: Int, src: Array[Byte]): ByteBuffer
- def put(index: Int, src: Array[Byte], offset: Int, length: Int): ByteBuffer
- def put(index: Int, elem: Byte): ByteBuffer
- def put(elem: Byte): ByteBuffer
- def putChar(index: Int, value: Char): ByteBuffer
- def putChar(value: Char): ByteBuffer
- def putDouble(index: Int, value: Double): ByteBuffer
- def putDouble(value: Double): ByteBuffer
- def putFloat(index: Int, value: Float): ByteBuffer
- def putFloat(value: Float): ByteBuffer
- def putInt(index: Int, value: Int): ByteBuffer
- def putInt(value: Int): ByteBuffer
- def putLong(index: Int, value: Long): ByteBuffer
- def putLong(value: Long): ByteBuffer
- def putShort(index: Int, value: Short): ByteBuffer
- def putShort(value: Short): ByteBuffer
- final def remaining(): Int
- Definition Classes
- Buffer
- Annotations
- @inline()
- def reset(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- def rewind(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Buffer → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()