ZstandardDecoder.SetPrefix(ReadOnlyMemory<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetPrefix(ReadOnlyMemory<System::Byte> prefix);
public void SetPrefix(ReadOnlyMemory<byte> prefix);
member this.SetPrefix : ReadOnlyMemory<byte> -> unit
Public Sub SetPrefix (prefix As ReadOnlyMemory(Of Byte))
Parameters
- prefix
- ReadOnlyMemory<Byte>