|
void | DeflatePrivate (ReadOnlySpan< byte > payload, Span< byte > output, bool endOfMessage, out int consumed, out int written, out bool needsMoreOutput) |
|
unsafe void | UnsafeDeflate (ReadOnlySpan< byte > input, Span< byte > output, out int consumed, out int written, out bool needsMoreBuffer) |
|
unsafe int | UnsafeFlush (Span< byte > output, out bool needsMoreBuffer) |
|
ZLibNative.ZLibStreamHandle | CreateDeflater () |
|
Definition at line 6 of file WebSocketDeflater.cs.
The documentation for this class was generated from the following file: