C# 클래스 BinLib.Blib

파일 보기 프로젝트 열기: Gl237man/mineroute 1 사용 예제들

공개 메소드들

메소드 설명
Blib ( ) : System
Load ( string fileName ) : void
ReadAllLines ( string fileName ) : string[]
Save ( string fileName ) : void
WriteAllLines ( string fileName, string lines ) : void

비공개 메소드들

메소드 설명
GetFile ( string name ) : File
GetInt ( GZipStream gz ) : int
ReadAllBytes ( string fileName ) : byte[]
ReadAllText ( string fileName ) : string
SaveFile ( File file ) : void

메소드 상세

Blib() 공개 메소드

public Blib ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string fileName ) : void
fileName string
리턴 void

ReadAllLines() 공개 메소드

public ReadAllLines ( string fileName ) : string[]
fileName string
리턴 string[]

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

WriteAllLines() 공개 메소드

public WriteAllLines ( string fileName, string lines ) : void
fileName string
lines string
리턴 void