Noemax.Lzf Namespace > ILzf4Decoder Interface : Decompress Method |
'Declaration Function Decompress( _ ByVal input() As System.Byte, _ ByRef inputOffset As System.Integer, _ ByRef inputEnd As System.Integer, _ ByVal output() As System.Byte, _ ByVal outputOffset As System.Integer, _ ByVal outputCapacity As System.Integer, _ ByVal readInput As ReadCallback, _ ByVal forceBuffering As System.Boolean _ ) As System.Integer
'Usage Dim instance As ILzf4Decoder Dim input() As System.Byte Dim inputOffset As System.Integer Dim inputEnd As System.Integer Dim output() As System.Byte Dim outputOffset As System.Integer Dim outputCapacity As System.Integer Dim readInput As ReadCallback Dim forceBuffering As System.Boolean Dim value As System.Integer value = instance.Decompress(input, inputOffset, inputEnd, output, outputOffset, outputCapacity, readInput, forceBuffering)
System.int Decompress( System.byte[] input, ref System.int inputOffset, ref System.int inputEnd, System.byte[] output, System.int outputOffset, System.int outputCapacity, ReadCallback readInput, System.bool forceBuffering )
function Decompress( input: System.Bytearray of; var inputOffset: System.Integer; var inputEnd: System.Integer; output: System.Bytearray of; outputOffset: System.Integer; outputCapacity: System.Integer; readInput: ReadCallback; forceBuffering: System.Boolean ): System.Integer;
function Decompress( input : System.byte[], inputOffset : System.int, inputEnd : System.int, output : System.byte[], outputOffset : System.int, outputCapacity : System.int, readInput : ReadCallback, forceBuffering : System.boolean ) : System.int;
System.int Decompress( System.byte[]* input, ref System.int inputOffset, ref System.int inputEnd, System.byte[]* output, System.int outputOffset, System.int outputCapacity, ReadCallback* readInput, System.bool forceBuffering )
System.int Decompress( System.array<byte>^ input, System.int% inputOffset, System.int% inputEnd, System.array<byte>^ output, System.int outputOffset, System.int outputCapacity, ReadCallback^ readInput, System.bool forceBuffering )
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