[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The Compression < (Of < ( <' TCompressor > ) > ) > type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Compress( array< Byte > [] () [] [] , CompressionLevel)
Compresses the data with TCompressor
CompressData( array< Byte > [] () [] [] , CompressionLevel)
Compress data
Decompress( array< Byte > [] () [] [] )
Decompresses the data with TCompressor
DecompressData( array< Byte > [] () [] [] )
Decompress data
DecompressData(CompressedData)
Decompress data
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

See Also