Knight Data Access Layer
CompressBytes(Byte[],Int32,Int32) Method




KellermanSoftware.NetDataAccessLayer Namespace > Compression Class > CompressBytes Method : CompressBytes(Byte[],Int32,Int32) Method
Compress a range of bytes using LZO compression
Syntax
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
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

Reference

Compression Class
Compression Members
Overload List