C# Class PathOfExile.GGPK.FileNode

Inheritance: GGPKNode
显示文件 Open project: jb55/LibPathOfExile Class Usage Examples

Public Methods

Method Description
Parse ( long size, BinaryReader reader ) : FileNode
SaveAs ( GGPKFileStream stream, string path, string fileName = null ) : void

Method Details

Parse() public static method

public static Parse ( long size, BinaryReader reader ) : FileNode
size long
reader System.IO.BinaryReader
return FileNode

SaveAs() public method

public SaveAs ( GGPKFileStream stream, string path, string fileName = null ) : void
stream GGPKFileStream
path string
fileName string
return void