Class StringStoreBrotliDecoder
Used to receive the next StringStore sent.
Will unregister message handlers after receiving StringStore
Inheritance
System.Object
Inherited Members
Show
Syntax
public class StringStoreBrotliDecoder
Constructors
StringStoreBrotliDecoder(IMessageReceiver)
Declaration
public StringStoreBrotliDecoder(IMessageReceiver receiver)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.IMessageReceiver | receiver |
Properties
StringStore
Declaration
public StringStore StringStore { get; }
Methods
HandleStringStoreLengthsMessage(StringStoreLengthsMessage)
Declaration
public void HandleStringStoreLengthsMessage(StringStoreLengthsMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.Serialization.BrotliCompression.StringStoreLengthsMessage | message |
HandleStringStoreStringsMessage(StringStoreStringsMessage)
Declaration
public void HandleStringStoreStringsMessage(StringStoreStringsMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.Serialization.BrotliCompression.StringStoreStringsMessage | message |