set_bytes
Description:
[
Version ( since =
"1.5" ) ]
public void set_bytes (
Bytes bytes)
Replace the Bytes associated with self.
This is most usefule when the File has been created using
File.with_bytes and the data needs to be modified.
Parameters:
| this |
a File
|
| bytes |
a Bytes
|