class
LByteBuffer extends AnyRef
Instance Constructors
-
new
LByteBuffer(buf: LByteArray)
-
new
LByteBuffer(buf: LByteArray, cursor: Long, bufLimit: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clear(): LByteBuffer.this.type
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
def
get[A](b: RawByteArray[A], offset: Long, len: Long): LByteBuffer.this.type
-
def
get(b: Array[Byte], offset: Int, len: Int): LByteBuffer.this.type
-
def
get(b: Array[Byte]): LByteBuffer.this.type
-
def
getBoolean: Boolean
-
def
getByte: Byte
-
def
getChar: Char
-
final
def
getClass(): Class[_]
-
def
getDouble: Double
-
def
getFloat: Float
-
def
getInt: Int
-
def
getLong: Long
-
def
getShort: Short
-
def
hasRemaining: Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
limit(newLimit: Long): LByteBuffer.this.type
-
def
limit: Long
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
position(newPos: Long): LByteBuffer.this.type
-
def
position: Long
-
def
put[A](b: LArray[A], offset: Long, len: Long): LByteBuffer.this.type
-
def
put(b: Array[Byte], offset: Int, len: Int): LByteBuffer.this.type
-
def
put(b: Array[Byte]): LByteBuffer.this.type
-
def
putBoolean(v: Boolean): LByteBuffer.this.type
-
def
putByte(v: Byte): LByteBuffer.this.type
-
def
putChar(v: Char): LByteBuffer.this.type
-
def
putDouble(v: Double): LByteBuffer.this.type
-
def
putFloat(v: Float): LByteBuffer.this.type
-
def
putInt(v: Int): LByteBuffer.this.type
-
def
putLong(v: Long): LByteBuffer.this.type
-
def
putShort(v: Short): LByteBuffer.this.type
-
def
remaining: Long
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
ByteBuffer interface of xerial.larray.LArray