Метод | Описание | |
---|---|---|
ReadAllBytes ( string fileName ) : byte[] | ||
WriteAllBytes ( string fileName, byte bytes ) : void |
public ReadAllBytes ( string fileName ) : byte[] | ||
fileName | string | |
Результат | byte[] |
public WriteAllBytes ( string fileName, byte bytes ) : void | ||
fileName | string | |
bytes | byte | |
Результат | void |