improve xmltv gz support

This commit is contained in:
Luke Pulverenti
2017-12-03 17:11:04 -05:00
parent 6320869212
commit c4ceeae889
3 changed files with 72 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ namespace MediaBrowser.Model.IO
void ExtractAll(Stream source, string targetPath, bool overwriteExistingFiles);
void ExtractAllFromGz(Stream source, string targetPath, bool overwriteExistingFiles);
void ExtractFirstFileFromGz(Stream source, string targetPath, string defaultFileName);
/// <summary>
/// Extracts all from zip.