C# Class X.FileEx

Afficher le fichier Open project: dpull/UnityUtils Class Usage Examples

Méthodes publiques

Méthode Description
GetFileLength ( string filepath ) : long
OpenRead ( string sourceFileName ) : Stream
SetFileLength ( string filepath, long length ) : bool

Method Details

GetFileLength() public static méthode

public static GetFileLength ( string filepath ) : long
filepath string
Résultat long

OpenRead() public static méthode

public static OpenRead ( string sourceFileName ) : Stream
sourceFileName string
Résultat Stream

SetFileLength() public static méthode

public static SetFileLength ( string filepath, long length ) : bool
filepath string
length long
Résultat bool