ByteBuffer Type
Imperative buffers and streams of byte[] Not thread safe.
Instance members
Instance member |
Description
|
|
|
Full Usage:
this.EmitBoolAsByte
Parameters:
bool
|
|
Full Usage:
this.EmitByte
Parameters:
byte
|
|
|
|
Full Usage:
this.EmitBytes
Parameters:
byte[]
|
|
Full Usage:
this.EmitInt32
Parameters:
int32
|
|
Full Usage:
this.EmitInt32AsUInt16
Parameters:
int32
|
|
Full Usage:
this.EmitInt64
Parameters:
int64
|
|
Full Usage:
this.EmitIntAsByte
Parameters:
int
|
|
Full Usage:
this.EmitIntsAsBytes
Parameters:
int[]
|
|
|
|
Full Usage:
this.EmitUInt16
Parameters:
uint16
|
|
Full Usage:
this.FixupInt32
Parameters:
int
value : int32
|
|
Full Usage:
this.Position
Returns: int
|
|
Static members
Static member |
Description
|
Full Usage:
ByteBuffer.Create(capacity, ?useArrayPool)
Parameters:
int
?useArrayPool : bool
Returns: ByteBuffer
|
|