Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetData ( string relativePath ) : byte[] | ||
GetDataBuffered ( string relativePath ) : byte[] | ||
GetDecompressedData ( FileEntry node ) : byte[] | ||
GetGrf ( string file ) : GrfHolder | ||
MetaGrfHolder ( ) : System | ||
SetData ( string relativePath, string dataPath ) : void | ||
Update ( List |
||
this ( string relativePath ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
_getData ( TkPath path ) : byte[] | ||
_openGrfs ( IEnumerable |
public GetData ( string relativePath ) : byte[] | ||
relativePath | string | |
return | byte[] |
public GetDataBuffered ( string relativePath ) : byte[] | ||
relativePath | string | |
return | byte[] |
public GetDecompressedData ( FileEntry node ) : byte[] | ||
node | FileEntry | |
return | byte[] |
public SetData ( string relativePath, string dataPath ) : void | ||
relativePath | string | |
dataPath | string | |
return | void |
public Update ( List |
||
paths | List |
|
extraGrf | GrfHolder | |
return | void |