Write implements the io.Writer interface (https://golang.org/pkg/io/#Writer).
Writes may happen asynchronously, so the returned error can be nil even if the actual write eventually fails. The write is only guaranteed to have succeeded if Close returns no error.
Generated using TypeDoc
Writer writes bytes to a blob.
It implements io.WriteCloser (https://golang.org/pkg/io/#Closer), and must be closed after all writes are done.