abstract class MappedByteBuffer extends ByteBuffer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MappedByteBuffer
- ByteBuffer
- Comparable
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
asCharBuffer(): CharBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asDoubleBuffer(): DoubleBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asFloatBuffer(): FloatBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asIntBuffer(): IntBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asLongBuffer(): LongBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asReadOnlyBuffer(): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
asShortBuffer(): ShortBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
compact(): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
duplicate(): ByteBuffer
- Definition Classes
- ByteBuffer → Buffer
- abstract def force(): MappedByteBuffer
-
abstract
def
get(index: Int): Byte
- Definition Classes
- ByteBuffer
-
abstract
def
get(): Byte
- Definition Classes
- ByteBuffer
-
abstract
def
getChar(index: Int): Char
- Definition Classes
- ByteBuffer
-
abstract
def
getChar(): Char
- Definition Classes
- ByteBuffer
-
abstract
def
getDouble(index: Int): Double
- Definition Classes
- ByteBuffer
-
abstract
def
getDouble(): Double
- Definition Classes
- ByteBuffer
-
abstract
def
getFloat(index: Int): Float
- Definition Classes
- ByteBuffer
-
abstract
def
getFloat(): Float
- Definition Classes
- ByteBuffer
-
abstract
def
getInt(index: Int): Int
- Definition Classes
- ByteBuffer
-
abstract
def
getInt(): Int
- Definition Classes
- ByteBuffer
-
abstract
def
getLong(index: Int): Long
- Definition Classes
- ByteBuffer
-
abstract
def
getLong(): Long
- Definition Classes
- ByteBuffer
-
abstract
def
getShort(index: Int): Short
- Definition Classes
- ByteBuffer
-
abstract
def
getShort(): Short
- Definition Classes
- ByteBuffer
-
abstract
def
isDirect(): Boolean
- Definition Classes
- ByteBuffer → Buffer
- abstract def isLoaded(): Boolean
-
abstract
def
isReadOnly(): Boolean
- Definition Classes
- Buffer
- abstract def load(): MappedByteBuffer
-
abstract
def
put(index: Int, b: Byte): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
put(b: Byte): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putChar(index: Int, value: Char): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putChar(value: Char): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putDouble(index: Int, value: Double): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putDouble(value: Double): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putFloat(index: Int, value: Float): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putFloat(value: Float): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putInt(index: Int, value: Int): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putInt(value: Int): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putLong(index: Int, value: Long): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putLong(value: Long): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putShort(index: Int, value: Short): ByteBuffer
- Definition Classes
- ByteBuffer
-
abstract
def
putShort(value: Short): ByteBuffer
- Definition Classes
- ByteBuffer
-
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
-
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(): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → ByteBuffer → Buffer
- Annotations
- @inline()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @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(): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → ByteBuffer → Buffer
- Annotations
- @inline()
-
def
get(dst: Array[Byte]): ByteBuffer
- Definition Classes
- ByteBuffer
-
def
get(dst: Array[Byte], offset: Int, length: Int): ByteBuffer
- Definition Classes
- ByteBuffer
- Annotations
- @noinline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hasArray(): Boolean
- Definition Classes
- ByteBuffer → Buffer
- Annotations
- @inline()
-
final
def
hasRemaining(): Boolean
- Definition Classes
- Buffer
- Annotations
- @inline()
-
def
hashCode(): Int
- Definition Classes
- ByteBuffer → AnyRef → Any
- Annotations
- @noinline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
limit(newLimit: Int): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → ByteBuffer → Buffer
- Annotations
- @inline()
-
final
def
limit(): Int
- Definition Classes
- Buffer
-
def
mark(): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → 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
- Definition Classes
- ByteBuffer
-
final
def
order(): ByteOrder
- Definition Classes
- ByteBuffer
-
def
position(newPosition: Int): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → ByteBuffer → Buffer
- Annotations
- @inline()
-
final
def
position(): Int
- Definition Classes
- Buffer
-
final
def
put(src: Array[Byte]): ByteBuffer
- Definition Classes
- ByteBuffer
-
def
put(src: Array[Byte], offset: Int, length: Int): ByteBuffer
- Definition Classes
- ByteBuffer
- Annotations
- @noinline()
-
def
put(src: ByteBuffer): ByteBuffer
- Definition Classes
- ByteBuffer
- Annotations
- @noinline()
-
final
def
remaining(): Int
- Definition Classes
- Buffer
- Annotations
- @inline()
-
def
reset(): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → ByteBuffer → Buffer
- Annotations
- @inline()
-
def
rewind(): MappedByteBuffer
- Definition Classes
- MappedByteBuffer → 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()