WirePointer

Undocumented in source.

Members

Static functions

inlineCompositeListElementCount
int inlineCompositeListElementCount(long wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull(long wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.
kind
byte kind(long wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.
offsetAndKind
int offsetAndKind(ulong wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.
setKindAndInlineCompositeListElementCount
void setKindAndInlineCompositeListElementCount(ByteBuffer buffer, int offset, byte kind, int elementCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setKindAndTarget
void setKindAndTarget(ByteBuffer buffer, int offset, byte kind, int targetOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
setKindAndTargetForEmptyStruct
void setKindAndTargetForEmptyStruct(ByteBuffer buffer, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
setKindWithZeroOffset
void setKindWithZeroOffset(ByteBuffer buffer, int offset, byte kind)
Undocumented in source. Be warned that the author may not have intended to support it.
setOffsetAndKind
void setOffsetAndKind(ByteBuffer buffer, int offset, int offsetAndKind)
Undocumented in source. Be warned that the author may not have intended to support it.
target
int target(int offset, long wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.
upper32Bits
int upper32Bits(long wirePointer)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

FAR
enum byte FAR;
Undocumented in source.
LIST
enum byte LIST;
Undocumented in source.
OTHER
enum byte OTHER;
Undocumented in source.
STRUCT
enum byte STRUCT;
Undocumented in source.

Meta