public static class GZipPublic NotInheritable Class GZip[<AbstractClassAttribute>]
[<SealedAttribute>]
type GZip = class end| Compress(ReadOnlySpanByte) | 压缩字节跨度并返回压缩后的数据。 |
| Compress(ByteBlock, ReadOnlySpanByte) | 将字节跨度压缩并写入到字节块中。 |
| Compress(Stream, ReadOnlySpanByte) | 将字节跨度压缩并写入到指定流中。 |
| CompressTWriter(TWriter, ReadOnlySpanByte) | 将字节跨度压缩并写入到字节写入器中。 |
| Decompress(ReadOnlySpanByte) | 解压缩字节跨度并返回解压缩后的数据。 |
| DecompressTWriter(TWriter, ReadOnlySpanByte) | 解压缩字节跨度并将结果写入到字节写入器中。 |