From 36f41bc1ace9a986d9f021a777c6b9cfe6b62f9c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 18 May 2016 15:44:39 +0200 Subject: murun: Add Buffer#writeBuffer to allow for concatenating buffers. --- docs/mutool/run.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/mutool') diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 23286f07..c9ab103e 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -109,6 +109,8 @@ only store bytes.
Append arguments to the end of the buffer, separated by spaces, ending with a newline.
Buffer#write(...)
Append arguments to the end of the buffer, separated by spaces. +
Buffer#writeBuffer(data) +
Append the contents of the 'data' buffer to the end of the buffer.
Buffer#save(fileName)
Write the contents of the buffer to a file. -- cgit v1.2.3