abstract class ByteArrayBufferBase extends ReadBuffer with WriteBuffer
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteArrayBufferBase
- WriteBuffer
- ReadBuffer
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ByteArrayBufferBase(a: Array[Byte], offset: Int, capacity: Int)
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
- var a: Array[Byte]
- Attributes
- protected[this]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var capacity: Int
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensureCapacity(position: Int, requestedLength: Int): Unit
- Definition Classes
- ByteArrayBufferBase → Buffer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasCapacity(position: Int, byteLength: Int): Boolean
- Definition Classes
- ByteArrayBufferBase → Buffer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readByte(position: Int): Byte
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readBytes(position: Int, length: Int, dest: WriteBuffer, destIndex: Int): Unit
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readBytes(position: Int, length: Int, dest: Array[Byte], destOffset: Int): Unit
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readBytes(position: Int, length: Int): Array[Byte]
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readDouble(position: Int): Double
- Definition Classes
- ReadBuffer
- def readFloat(position: Int): Float
- Definition Classes
- ReadBuffer
- def readInt(position: Int): Int
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readLong(position: Int): Long
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def readShort(position: Int): Short
- Definition Classes
- ByteArrayBufferBase → ReadBuffer
- def size: Int
- Definition Classes
- ByteArrayBufferBase → Buffer
- def slice(position: Int, newSize: Int): ReadBuffer
Return a (shallow) copy of the buffer.
Return a (shallow) copy of the buffer.
- Definition Classes
- ByteArrayBufferBase → Buffer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(position: Int, arraySize: Int): Array[Byte]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeByte(position: Int, v: Byte): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
- def writeByteAndByte(position: Int, b: Byte, v: Byte): Int
- Definition Classes
- WriteBuffer
- def writeByteAndDouble(position: Int, b: Byte, v: Double): Int
- Definition Classes
- WriteBuffer
- def writeByteAndFloat(position: Int, b: Byte, v: Float): Int
- Definition Classes
- WriteBuffer
- def writeByteAndInt(position: Int, b: Byte, v: Int): Int
- Definition Classes
- WriteBuffer
- def writeByteAndLong(position: Int, b: Byte, v: Long): Int
- Definition Classes
- WriteBuffer
- def writeByteAndShort(position: Int, b: Byte, v: Short): Int
- Definition Classes
- WriteBuffer
- def writeBytes(position: Int, src: ReadBuffer, srcPosition: Int, length: Int): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
- def writeBytes(position: Int, source: Array[Byte], sourceOffset: Int, length: Int): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
- def writeBytes(position: Int, src: Array[Byte]): Int
- Definition Classes
- WriteBuffer
- def writeDouble(position: Int, v: Double): Int
- Definition Classes
- WriteBuffer
- def writeFloat(position: Int, v: Float): Int
- Definition Classes
- WriteBuffer
- def writeInt(position: Int, v: Int): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
- def writeLong(position: Int, v: Long): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
- def writeShort(position: Int, v: Short): Int
- Definition Classes
- ByteArrayBufferBase → WriteBuffer
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated