final class BufferTransferRequest extends Table
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferTransferRequest
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BufferTransferRequest()
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
- def __assign(_i: Int, _bb: ByteBuffer): BufferTransferRequest
-
def
__indirect(arg0: Int): Int
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
- def __init(_i: Int, _bb: ByteBuffer): Unit
-
def
__offset(arg0: Int): Int
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__reset(): Unit
- Definition Classes
- Table
-
def
__string(arg0: Int): String
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__union(arg0: Table, arg1: Int): Table
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__vector(arg0: Int): Int
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__vector_as_bytebuffer(arg0: Int, arg1: Int): ByteBuffer
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__vector_in_bytebuffer(arg0: ByteBuffer, arg1: Int, arg2: Int): ByteBuffer
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
def
__vector_len(arg0: Int): Int
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bufferId(): Int
ID of table to transfer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getByteBuffer(): ByteBuffer
- Definition Classes
- Table
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keysCompare(arg0: Integer, arg1: Integer, arg2: ByteBuffer): Int
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
- def mutateBufferId(buffer_id: Int): Boolean
-
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()
-
def
sortTables(arg0: Array[Int], arg1: ByteBuffer): Unit
- Attributes
- protected[flatbuffers]
- Definition Classes
- Table
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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()