Noemax.Lzf Namespace > ILzf4Encoder Interface : Compress Method |
'Declaration Function Compress( _ ByVal input() As System.Byte, _ ByVal inputOffset As System.Integer, _ ByVal inputCount As System.Integer, _ ByVal output() As System.Byte, _ ByVal outputOffset As System.Integer, _ ByVal flushAction As FlushCallback _ ) As System.Integer
'Usage Dim instance As ILzf4Encoder Dim input() As System.Byte Dim inputOffset As System.Integer Dim inputCount As System.Integer Dim output() As System.Byte Dim outputOffset As System.Integer Dim flushAction As FlushCallback Dim value As System.Integer value = instance.Compress(input, inputOffset, inputCount, output, outputOffset, flushAction)
System.int Compress( System.byte[] input, System.int inputOffset, System.int inputCount, System.byte[] output, System.int outputOffset, FlushCallback flushAction )
function Compress( input: System.Bytearray of; inputOffset: System.Integer; inputCount: System.Integer; output: System.Bytearray of; outputOffset: System.Integer; flushAction: FlushCallback ): System.Integer;
function Compress( input : System.byte[], inputOffset : System.int, inputCount : System.int, output : System.byte[], outputOffset : System.int, flushAction : FlushCallback ) : System.int;
System.int Compress( System.byte[]* input, System.int inputOffset, System.int inputCount, System.byte[]* output, System.int outputOffset, FlushCallback* flushAction )
System.int Compress( System.array<byte>^ input, System.int inputOffset, System.int inputCount, System.array<byte>^ output, System.int outputOffset, FlushCallback^ flushAction )
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