C# Class ctpktool.CTPKEntry

Datei anzeigen Open project: SciresM/FEAT Class Usage Examples

Public Methods

Method Description
FromFile ( string filename, string foldername ) : CTPKEntry
GetBitmap ( ) : Bitmap
Read ( BinaryReader reader ) : CTPKEntry
ToFile ( string outputFolder ) : void
Write ( BinaryWriter writer ) : void

Method Details

FromFile() public static method

public static FromFile ( string filename, string foldername ) : CTPKEntry
filename string
foldername string
return CTPKEntry

GetBitmap() public method

public GetBitmap ( ) : Bitmap
return System.Drawing.Bitmap

Read() public static method

public static Read ( BinaryReader reader ) : CTPKEntry
reader System.IO.BinaryReader
return CTPKEntry

ToFile() public method

public ToFile ( string outputFolder ) : void
outputFolder string
return void

Write() public method

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void