Files
Dec2017-Script-Dump/ICSharpCode.SharpZipLib/Zip/IDynamicDataSource.cs
T
2026-06-04 11:42:34 +02:00

13 lines
233 B
C#

using System;
using System.IO;
namespace ICSharpCode.SharpZipLib.Zip
{
// Token: 0x02000073 RID: 115
public interface IDynamicDataSource
{
// Token: 0x0600047F RID: 1151
Stream GetSource(ZipEntry entry, string name);
}
}