Method | Description | |
---|---|---|
ReadAllBytes ( string fileName ) : byte[] | ||
WriteAllBytes ( string fileName, byte bytes ) : void |
public ReadAllBytes ( string fileName ) : byte[] | ||
fileName | string | |
return | byte[] |
public WriteAllBytes ( string fileName, byte bytes ) : void | ||
fileName | string | |
bytes | byte | |
return | void |