C# 클래스 X.FileEx

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

공개 메소드들

메소드 설명
GetFileLength ( string filepath ) : long
OpenRead ( string sourceFileName ) : Stream
SetFileLength ( string filepath, long length ) : bool

메소드 상세

GetFileLength() 공개 정적인 메소드

public static GetFileLength ( string filepath ) : long
filepath string
리턴 long

OpenRead() 공개 정적인 메소드

public static OpenRead ( string sourceFileName ) : Stream
sourceFileName string
리턴 Stream

SetFileLength() 공개 정적인 메소드

public static SetFileLength ( string filepath, long length ) : bool
filepath string
length long
리턴 bool