Method | Description | |
---|---|---|
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 ReadAllBytes ( this file ) : Byte[] | ||
file | this | |
return | Byte[] |
public static ReadAllLines ( this file ) : String[] | ||
file | this | |
return | String[] |
public static ReadAllText ( this file ) : String | ||
file | this | |
return | String |
public static WriteAllBytes ( this file, Byte bytes ) : void | ||
file | this | |
bytes | Byte | |
return | void |
public static WriteAllLines ( this file ) : void | ||
file | this | |
return | void |
public static WriteAllText ( this file, String text ) : void | ||
file | this | |
text | String | |
return | void |