![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Handles the compression of a Diffusion message's bytes. More...
Public Member Functions | |
MessageCompressor () | |
Constructor. More... | |
Protected Member Functions | |
override int | DoConvert (byte[] data) |
This does the actual conversion, setting the output into the output buffer. More... | |
override void | Reset () |
Used to reset the converter after use. More... | |
Additional Inherited Members |
Handles the compression of a Diffusion message's bytes.
PushTechnology.DiffusionCore.Messaging.Encoding.MessageCompressor.MessageCompressor | ( | ) |
Constructor.
|
protectedvirtual |
This does the actual conversion, setting the output into the output buffer.
data |
Implements PushTechnology.DiffusionCore.Messaging.Encoding.MessageConverter.
|
protectedvirtual |
Used to reset the converter after use.
Implements PushTechnology.DiffusionCore.Messaging.Encoding.MessageConverter.