Noemax.Compression Namespace > CompressionFactory Class > Decompress Method : Decompress(Byte[],Int32,Int32) Method |
'Declaration Public Overloads Overridable Function Decompress( _ ByVal compressed() As System.Byte, _ ByVal offset As System.Integer, _ ByVal count As System.Integer _ ) As System.Byte()
'Usage Dim instance As CompressionFactory Dim compressed() As System.Byte Dim offset As System.Integer Dim count As System.Integer Dim value() As System.Byte value = instance.Decompress(compressed, offset, count)
public virtual System.byte[] Decompress( System.byte[] compressed, System.int offset, System.int count )
public function Decompress( compressed: System.Bytearray of; offset: System.Integer; count: System.Integer ): System.array of Byte; virtual;
public function Decompress( compressed : System.byte[], offset : System.int, count : System.int ) : System.byte[];
public: virtual System.byte[]* Decompress( System.byte[]* compressed, System.int offset, System.int count )
public: virtual System.array<byte>^ Decompress( System.array<byte>^ compressed, System.int offset, System.int count )
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