【发布时间】:2015-07-28 15:57:17
【问题描述】:
我来到 Q&A Is there a way to know if the byte[] has been compressed by gzipstream? 并且一些作者说(这是真的)GZipStream 将 {0x1f, 0x8b, 8, 0, 0, 0, 0, 0, 4, 0} 字符作为标题来了解字节数组是否是压缩字符串。
我的问题是,GZipStream 标头跨 .NET 版本是否可靠?
【问题讨论】:
标签: c# .net gzip gzipstream