메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public static NonExclusiveReadAllText ( string path ) : string | ||
path | string | |
리턴 | string |
public static NonExclusiveReadAllText ( string path, |
||
path | string | |
encoding | ||
리턴 | string |
public static UncompressFile ( string fileName, byte content ) : void | ||
fileName | string | |
content | byte | |
리턴 | void |