C# 클래스 SB3Utility.Subfile

상속: IReadFile, IWriteFile
파일 보기 프로젝트 열기: aa2g/AA2Install 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
path string

공개 메소드들

메소드 설명
CreateReadStream ( ) : Stream
Subfile ( string filepath ) : System
WriteTo ( Stream stream ) : void

메소드 상세

CreateReadStream() 공개 메소드

public CreateReadStream ( ) : Stream
리턴 Stream

Subfile() 공개 메소드

public Subfile ( string filepath ) : System
filepath string
리턴 System

WriteTo() 공개 메소드

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

프로퍼티 상세

path 공개적으로 프로퍼티

public string path
리턴 string