Header menu logo fantomas

ByteBuffer Type

Imperative buffers and streams of byte[] Not thread safe.

Instance members

Instance member Description

this.AsMemory

Full Usage: this.AsMemory

Returns: ReadOnlyMemory<byte>
Returns: ReadOnlyMemory<byte>

this.EmitBoolAsByte

Full Usage: this.EmitBoolAsByte

Parameters:
    arg0 : bool

arg0 : bool

this.EmitByte

Full Usage: this.EmitByte

Parameters:
    arg0 : byte

arg0 : byte

this.EmitByteMemory

Full Usage: this.EmitByteMemory

Parameters:
arg0 : ReadOnlyByteMemory

this.EmitBytes

Full Usage: this.EmitBytes

Parameters:
    arg0 : byte[]

arg0 : byte[]

this.EmitInt32

Full Usage: this.EmitInt32

Parameters:
    arg0 : int32

arg0 : int32

this.EmitInt32AsUInt16

Full Usage: this.EmitInt32AsUInt16

Parameters:
    arg0 : int32

arg0 : int32

this.EmitInt64

Full Usage: this.EmitInt64

Parameters:
    arg0 : int64

arg0 : int64

this.EmitIntAsByte

Full Usage: this.EmitIntAsByte

Parameters:
    arg0 : int

arg0 : int

this.EmitIntsAsBytes

Full Usage: this.EmitIntsAsBytes

Parameters:
    arg0 : int[]

arg0 : int[]

this.EmitMemory

Full Usage: this.EmitMemory

Parameters:
arg0 : ReadOnlyMemory<byte>

this.EmitUInt16

Full Usage: this.EmitUInt16

Parameters:
    arg0 : uint16

arg0 : uint16

this.FixupInt32

Full Usage: this.FixupInt32

Parameters:
    pos : int
    value : int32

pos : int
value : int32

this.Position

Full Usage: this.Position

Returns: int
Returns: int

Static members

Static member Description

ByteBuffer.Create(capacity, ?useArrayPool)

Full Usage: ByteBuffer.Create(capacity, ?useArrayPool)

Parameters:
    capacity : int
    ?useArrayPool : bool

Returns: ByteBuffer
capacity : int
?useArrayPool : bool
Returns: ByteBuffer

Type something to start searching.