GZip 类
Gzip操作类
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
Public NotInheritable Class GZip
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GZip = class end
- Inheritance
- Object GZip
Compress(Byte) |
压缩数据
|
Compress(Stream, Byte) |
压缩数据
|
Compress(Byte, Int32, Int32) |
压缩数据
|
Compress(Stream, Byte, Int32, Int32) |
压缩数据
|
Decompress(Byte) |
解压数据
|
Decompress(Byte, Int32, Int32) |
解压数据
|
DecompressTByteBlock(TByteBlock, Byte) |
解压数据
|
DecompressTByteBlock(TByteBlock, Byte, Int32, Int32) |
解压数据
|