Tidy IReadOnlyPackage interface and implementations.
This commit is contained in:
@@ -16,10 +16,10 @@ namespace OpenRA.FileSystem
|
||||
{
|
||||
public interface IReadOnlyPackage : IDisposable
|
||||
{
|
||||
Stream GetContent(string filename);
|
||||
bool Exists(string filename);
|
||||
IEnumerable<string> AllFileNames();
|
||||
string Name { get; }
|
||||
IEnumerable<string> Contents { get; }
|
||||
Stream GetStream(string filename);
|
||||
bool Contains(string filename);
|
||||
}
|
||||
|
||||
public interface IReadWritePackage : IReadOnlyPackage
|
||||
|
||||
Reference in New Issue
Block a user