C# 클래스 SB3Utility.Utility

파일 보기 프로젝트 열기: aa2g/AA2Install

공개 메소드들

메소드 설명
EstBufSize ( long filesize ) : int
GetDestFile ( DirectoryInfo dir, string prefix, string ext ) : string
WriteBytes ( this stream, byte bytes ) : void

메소드 상세

EstBufSize() 공개 정적인 메소드

public static EstBufSize ( long filesize ) : int
filesize long
리턴 int

GetDestFile() 공개 정적인 메소드

public static GetDestFile ( DirectoryInfo dir, string prefix, string ext ) : string
dir System.IO.DirectoryInfo
prefix string
ext string
리턴 string

WriteBytes() 공개 정적인 메소드

public static WriteBytes ( this stream, byte bytes ) : void
stream this
bytes byte
리턴 void