Public Overloads Function CompressBytes( _ ByVal inputBytes() As Byte, _ ByVal inputByteStart As Integer, _ ByVal inputByteLength As Integer _ ) As Byte()
Dim instance As Compression Dim inputBytes() As Byte Dim inputByteStart As Integer Dim inputByteLength As Integer Dim value() As Byte value = instance.CompressBytes(inputBytes, inputByteStart, inputByteLength)
public byte[] CompressBytes( byte[] inputBytes, int inputByteStart, int inputByteLength )
public: byte[]* CompressBytes( byte[]* inputBytes, int inputByteStart, int inputByteLength )
public: array<byte>^ CompressBytes( array<byte>^ inputBytes, int inputByteStart, int inputByteLength )
Parameters
- inputBytes
- inputByteStart
- inputByteLength