C# Class XSpect.Extension.FileInfoUtil

Afficher le fichier Open project: takeshik/linx

Méthodes publiques

Méthode 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

Method Details

ReadAllBytes() public static méthode

public static ReadAllBytes ( this file ) : Byte[]
file this
Résultat Byte[]

ReadAllLines() public static méthode

public static ReadAllLines ( this file ) : String[]
file this
Résultat String[]

ReadAllText() public static méthode

public static ReadAllText ( this file ) : String
file this
Résultat String

WriteAllBytes() public static méthode

public static WriteAllBytes ( this file, Byte bytes ) : void
file this
bytes Byte
Résultat void

WriteAllLines() public static méthode

public static WriteAllLines ( this file ) : void
file this
Résultat void

WriteAllText() public static méthode

public static WriteAllText ( this file, String text ) : void
file this
text String
Résultat void