C# 클래스 PathOfExile.GGPK.FileNode

상속: GGPKNode
파일 보기 프로젝트 열기: jb55/LibPathOfExile 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( long size, BinaryReader reader ) : FileNode
SaveAs ( GGPKFileStream stream, string path, string fileName = null ) : void

메소드 상세

Parse() 공개 정적인 메소드

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

SaveAs() 공개 메소드

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