in base.js [140:143]
function WriteResult(err, offset) { this.err = err || null; this.offset = offset || 0; }