1 implementation of IFileFormatWriter
System (1)
sys\System\IO\compression\GZipUtils.cs (1)
21internal class GZipFormatter : IFileFormatWriter {
2 references to IFileFormatWriter
System (2)
sys\System\IO\compression\DeflateStream.cs (2)
36private IFileFormatWriter formatWriter; 239internal void SetFileFormatWriter(IFileFormatWriter writer) {