|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Wrapper class for the highly performant LZO compression library More...
Public Member Functions | |
| LZOCompressor () | |
| Constructor. | |
| byte[] | Compress (byte[] src) |
| Compresses a byte array and returns the compressed data in a new array. You need the original length of the array to decompress it. | |
| byte[] | Decompress (byte[] src) |
| Decompresses compressed data to its original state. | |
Properties | |
| string | Version [get] |
| Version string of the compression library. | |
| string | VersionDate [get] |
| Version date of the compression library | |
Wrapper class for the highly performant LZO compression library
Definition at line 33 of file LZOCompressor.cs.
| Simplicit.Net.Lzo.LZOCompressor.LZOCompressor | ( | ) |
Constructor.
Definition at line 72 of file LZOCompressor.cs.
| byte [] Simplicit.Net.Lzo.LZOCompressor.Compress | ( | byte[] | src | ) |
Compresses a byte array and returns the compressed data in a new array. You need the original length of the array to decompress it.
| src | Source array for compression |
Definition at line 99 of file LZOCompressor.cs.
| byte [] Simplicit.Net.Lzo.LZOCompressor.Decompress | ( | byte[] | src | ) |
Decompresses compressed data to its original state.
| src | Source array to be decompressed |
Definition at line 121 of file LZOCompressor.cs.
|
get |
Version string of the compression library.
Definition at line 78 of file LZOCompressor.cs.
|
get |
Version date of the compression library
Definition at line 87 of file LZOCompressor.cs.
1.8.3