scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user