Header menu logo fantomas

ByteStorage Type

Instance members

Instance member Description

this.GetByteMemory

Full Usage: this.GetByteMemory

Returns: ReadOnlyByteMemory
Returns: ReadOnlyByteMemory

Static members

Static member Description

ByteStorage.FromByteArray(arg1)

Full Usage: ByteStorage.FromByteArray(arg1)

Parameters:
    arg0 : byte[]

Returns: ByteStorage

Creates a ByteStorage whose backing bytes are the given byte array. Does not make a copy.

arg0 : byte[]
Returns: ByteStorage

ByteStorage.FromByteArrayAndCopy(arg1, useBackingMemoryMappedFile)

Full Usage: ByteStorage.FromByteArrayAndCopy(arg1, useBackingMemoryMappedFile)

Parameters:
    arg0 : byte[]
    useBackingMemoryMappedFile : bool

Returns: ByteStorage

Creates a ByteStorage that has a copy of the given byte array.

arg0 : byte[]
useBackingMemoryMappedFile : bool
Returns: ByteStorage

ByteStorage.FromByteMemory(arg1)

Full Usage: ByteStorage.FromByteMemory(arg1)

Parameters:
Returns: ByteStorage

Creates a ByteStorage whose backing bytes are the given ByteMemory. Does not make a copy.

arg0 : ReadOnlyByteMemory
Returns: ByteStorage

ByteStorage.FromByteMemoryAndCopy(arg1, useBackingMemoryMappedFile)

Full Usage: ByteStorage.FromByteMemoryAndCopy(arg1, useBackingMemoryMappedFile)

Parameters:
Returns: ByteStorage

Creates a ByteStorage that has a copy of the given ByteMemory.

arg0 : ReadOnlyByteMemory
useBackingMemoryMappedFile : bool
Returns: ByteStorage

ByteStorage.FromMemoryAndCopy(arg1, useBackingMemoryMappedFile)

Full Usage: ByteStorage.FromMemoryAndCopy(arg1, useBackingMemoryMappedFile)

Parameters:
Returns: ByteStorage

Creates a ByteStorage that has a copy of the given Memory.

arg0 : ReadOnlyMemory<byte>
useBackingMemoryMappedFile : bool
Returns: ByteStorage

Type something to start searching.