Decompress Method
See Also 
SourceCode.Serialization Namespace > ArchiveX Class : Decompress Method



bytes

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function Decompress( _
   ByVal bytes() As Byte _
) As Byte()
Visual Basic (Usage) Copy Code
Dim bytes() As Byte
Dim value() As Byte
 
value = ArchiveX.Decompress(bytes)
C#  
public static byte[] Decompress( 
   byte[] bytes
)
C++/CLI  
public:
static array<byte>^ Decompress( 
   array<byte>^ bytes
) 

Parameters

bytes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also