Method Append
Append(byte*, ulong, bool)
Update state on data that is appended and writes data into the file
Declaration
public void Append(byte* data, ulong length, bool newLine)
Parameters
Type | Name | Description |
---|---|---|
byte* | data | Data to write |
ulong | length | Length of data to write |
bool | newLine | If true - newline is going to be added after the data |