C# 클래스 SB3Utility.ppSubfile

If removed from a ppParser, CreateReadStream() is no longer guaranteed to work. The .pp file may have changed, so you have to transfer the ppSubfile's data when removing.
상속: IReadFile, IWriteFile
파일 보기 프로젝트 열기: aa2g/AA2Install 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
offset long
ppPath string
size uint

공개 메소드들

메소드 설명
CreateReadStream ( ) : Stream
ToString ( ) : string
WriteTo ( Stream stream ) : void
ppSubfile ( string ppPath ) : System

메소드 상세

CreateReadStream() 공개 메소드

public CreateReadStream ( ) : Stream
리턴 Stream

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteTo() 공개 메소드

public WriteTo ( Stream stream ) : void
stream Stream
리턴 void

ppSubfile() 공개 메소드

public ppSubfile ( string ppPath ) : System
ppPath string
리턴 System

프로퍼티 상세

offset 공개적으로 프로퍼티

public long offset
리턴 long

ppPath 공개적으로 프로퍼티

public string ppPath
리턴 string

size 공개적으로 프로퍼티

public uint size
리턴 uint