mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
903 B
903 B
Compress Method
Compresses a given object using the gzip
algorithm.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
public static byte[] Compress(
Object obj
)
F#
static member Compress :
obj : Object -> byte[]
Parameters
- Object
- The object.
Return Value
Byte[]
A byte array representing the compressed object in gzip
format.