C# Класс DotNetWorkQueue.Interceptors.GZipMessageInterceptor

Compresses and de-compress messages using the built in GZIP library
Наследование: IMessageInterceptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BytesToMessage ( byte input ) : byte[]

Runs the interceptor on the input and returns the output as a byte array. Used to re-construct a message stream.

GZipMessageInterceptor ( GZipMessageInterceptorConfiguration configuration ) : System.IO

Initializes a new instance of the GZipMessageInterceptor class.

MessageToBytes ( byte input ) : MessageInterceptorResult

Runs the interceptor on the input and returns the output as a byte array. Used to serialize a message stream.

Описание методов

BytesToMessage() публичный Метод

Runs the interceptor on the input and returns the output as a byte array. Used to re-construct a message stream.
public BytesToMessage ( byte input ) : byte[]
input byte The input.
Результат byte[]

GZipMessageInterceptor() публичный Метод

Initializes a new instance of the GZipMessageInterceptor class.
public GZipMessageInterceptor ( GZipMessageInterceptorConfiguration configuration ) : System.IO
configuration GZipMessageInterceptorConfiguration The configuration.
Результат System.IO

MessageToBytes() публичный Метод

Runs the interceptor on the input and returns the output as a byte array. Used to serialize a message stream.
public MessageToBytes ( byte input ) : MessageInterceptorResult
input byte The input.
Результат MessageInterceptorResult