Метод | Описание | |
---|---|---|
FStore ( |
Construct a FStore to read.
|
|
close ( ) : void |
Close this FStore, which should release all file locks on the pod file. This method exists for testing purposes, and should not otherwise be used.
|
|
list ( ) : string[] |
List all the files available.
|
|
podFiles ( Fan podUri ) : |
Return a map to use for Pod.files()
|
|
read ( string path ) : |
Convenience for read(path, false).
|
|
read ( string path, bool required ) : |
Open an input stream for the specified logical path. Return null if not found.
|
public FStore ( |
||
zipFile | ||
Результат | System |
public read ( string path ) : |
||
path | string | |
Результат |
public read ( string path, bool required ) : |
||
path | string | |
required | bool | |
Результат |