final class CodecBufferDescriptor extends Table
Descriptor for a compressed buffer
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodecBufferDescriptor
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CodecBufferDescriptor()
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): CodecBufferDescriptor
-
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
codec(): Byte
the compression codec used
-
def
compressedOffset(): Long
byte offset from the start of the enclosing compressed buffer where the compressed data begins
-
def
compressedSize(): Long
size of the compressed data in bytes
-
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 mutateCodec(codec: Byte): Boolean
- def mutateCompressedOffset(compressed_offset: Long): Boolean
- def mutateCompressedSize(compressed_size: Long): Boolean
- def mutateUncompressedOffset(uncompressed_offset: Long): Boolean
- def mutateUncompressedSize(uncompressed_size: Long): 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
-
def
uncompressedOffset(): Long
byte offset from the start of the enclosing uncompressed buffer where the uncompressed data should be written
-
def
uncompressedSize(): Long
size of the uncompressed data in bytes
-
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()