Method | Description | |
---|---|---|
ByteArrayToFile ( string fileName, byte content ) : bool | ||
NonExclusiveReadAllText ( string path ) : string | ||
NonExclusiveReadAllText ( string path, |
||
UncompressFile ( string fileName, byte content ) : void |
public static ByteArrayToFile ( string fileName, byte content ) : bool | ||
fileName | string | |
content | byte | |
return | bool |
public static NonExclusiveReadAllText ( string path ) : string | ||
path | string | |
return | string |
public static NonExclusiveReadAllText ( string path, |
||
path | string | |
encoding | ||
return | string |
public static UncompressFile ( string fileName, byte content ) : void | ||
fileName | string | |
content | byte | |
return | void |