Skip to content

112d91e3 3ae9 e9a8 6d0f a587eaa35554

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

IGZipFacade.Compress Method

Compresses provided source using GZip algorithm.

Namespace: Plexdata.LogWriter.Internals.Abstraction
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

byte[] Compress(
	byte[] source
)

Parameters

 

source
Type: System.Byte[]
The source buffer to be compressed.

Return Value

Type: Byte[]
The compressed result buffer.

Remarks

This method compresses provided source using GZip algorithm.

See Also

Reference

IGZipFacade Interface
Plexdata.LogWriter.Internals.Abstraction Namespace

Clone this wiki locally