CompressHelperCompress Method |
压缩
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static byte[] Compress(
byte[] buffer
)
Public Shared Function Compress (
buffer As Byte()
) As Byte()
public:
static array<unsigned char>^ Compress(
array<unsigned char>^ buffer
)
static member Compress :
buffer : byte[] -> byte[]
Parameters
- buffer
- Type: SystemByte
[Missing <param name="buffer"/> documentation for "M:Adf.CompressHelper.Compress(System.Byte[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.CompressHelper.Compress(System.Byte[])"]
See Also