write


Description:

public async void write (string contents) throws Error

Write contents to buffer and file.

Updates buffer contents and writes to file on disk. For files in database, creates backup before writing.

Parameters:

contents

Contents to write

Exceptions:

Error

if file cannot be written