writer#clear method
This commit is contained in:
parent
905207dff8
commit
222fbffcfd
@ -71,4 +71,8 @@ p.add = function(otherBuffer) {
|
||||
return this;
|
||||
}
|
||||
|
||||
p.clear = function() {
|
||||
this.offset=0;
|
||||
}
|
||||
|
||||
module.exports = Writer;
|
||||
|
Loading…
Reference in New Issue
Block a user