2using System.Collections.Generic;
19 public abstract Stream?
Open(
string name);
25 public abstract IEnumerable<string>
List();
Provides access to the content of a module.
IEnumerable< string > List()
Lists the contents of the module, returning a stream of elements that are the names of all resources ...
Stream? Open(string name)
Opens a resource, returning an input stream to read the resource in the module.