C# Class SDE.Core.MetaGrfHolder

Merges multiple GRFs in one
Inheritance: GrfHolder, IDisposable
Mostrar archivo Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

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 paths, GrfHolder extraGrf = null ) : void
this ( string relativePath ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
_getData ( TkPath path ) : byte[]
_openGrfs ( IEnumerable paths, GrfHolder extraGrf ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetData() public method

public GetData ( string relativePath ) : byte[]
relativePath string
return byte[]

GetDataBuffered() public method

public GetDataBuffered ( string relativePath ) : byte[]
relativePath string
return byte[]

GetDecompressedData() public method

public GetDecompressedData ( FileEntry node ) : byte[]
node FileEntry
return byte[]

GetGrf() public method

public GetGrf ( string file ) : GrfHolder
file string
return GrfHolder

MetaGrfHolder() public method

public MetaGrfHolder ( ) : System
return System

SetData() public method

public SetData ( string relativePath, string dataPath ) : void
relativePath string
dataPath string
return void

Update() public method

public Update ( List paths, GrfHolder extraGrf = null ) : void
paths List
extraGrf GrfHolder
return void

this() public method

public this ( string relativePath ) : string
relativePath string
return string