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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Simplicit.Net.Lzo.LZOCompressor Class Reference

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
 

Detailed Description

Wrapper class for the highly performant LZO compression library

Definition at line 33 of file LZOCompressor.cs.

Constructor & Destructor Documentation

Simplicit.Net.Lzo.LZOCompressor.LZOCompressor ( )

Constructor.

Definition at line 72 of file LZOCompressor.cs.

Member Function Documentation

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.

Parameters
srcSource array for compression
Returns
Byte array containing the compressed data

Definition at line 99 of file LZOCompressor.cs.

byte [] Simplicit.Net.Lzo.LZOCompressor.Decompress ( byte[]  src)

Decompresses compressed data to its original state.

Parameters
srcSource array to be decompressed
Returns
Decompressed data

Definition at line 121 of file LZOCompressor.cs.

Property Documentation

string Simplicit.Net.Lzo.LZOCompressor.Version
get

Version string of the compression library.

Definition at line 78 of file LZOCompressor.cs.

string Simplicit.Net.Lzo.LZOCompressor.VersionDate
get

Version date of the compression library

Definition at line 87 of file LZOCompressor.cs.


The documentation for this class was generated from the following file: