메소드 | 설명 | |
---|---|---|
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 |
public static WriteAllBytes ( this file, Byte bytes ) : void | ||
file | this | |
bytes | Byte | |
리턴 | void |
public static WriteAllText ( this file, String text ) : void | ||
file | this | |
text | String | |
리턴 | void |