C# 클래스 XSpect.Extension.FileInfoUtil

파일 보기 프로젝트 열기: takeshik/linx

공개 메소드들

메소드 설명
ReadAllBytes ( this file ) : Byte[]
ReadAllLines ( this file ) : String[]
ReadAllText ( this file ) : String
WriteAllBytes ( this file, Byte bytes ) : void
WriteAllLines ( this file ) : void
WriteAllText ( this file, String text ) : void

메소드 상세

ReadAllBytes() 공개 정적인 메소드

public static ReadAllBytes ( this file ) : Byte[]
file this
리턴 Byte[]

ReadAllLines() 공개 정적인 메소드

public static ReadAllLines ( this file ) : String[]
file this
리턴 String[]

ReadAllText() 공개 정적인 메소드

public static ReadAllText ( this file ) : String
file this
리턴 String

WriteAllBytes() 공개 정적인 메소드

public static WriteAllBytes ( this file, Byte bytes ) : void
file this
bytes Byte
리턴 void

WriteAllLines() 공개 정적인 메소드

public static WriteAllLines ( this file ) : void
file this
리턴 void

WriteAllText() 공개 정적인 메소드

public static WriteAllText ( this file, String text ) : void
file this
text String
리턴 void