summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-05-18 15:44:39 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-05-20 14:31:08 +0200
commit36f41bc1ace9a986d9f021a777c6b9cfe6b62f9c (patch)
treea7e8e4b76a8f54f096f5a7b65153b0e5c16f799e /docs
parent0528bc575875c579408ab90bb2c2e3af0750545d (diff)
downloadmupdf-36f41bc1ace9a986d9f021a777c6b9cfe6b62f9c.tar.xz
murun: Add Buffer#writeBuffer to allow for concatenating buffers.
Diffstat (limited to 'docs')
-rw-r--r--docs/mutool/run.html2
1 files changed, 2 insertions, 0 deletions
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.
<dd>Append arguments to the end of the buffer, separated by spaces, ending with a newline.
<dt>Buffer#write(...)
<dd>Append arguments to the end of the buffer, separated by spaces.
+<dt>Buffer#writeBuffer(data)
+<dd>Append the contents of the 'data' buffer to the end of the buffer.
<dt>Buffer#save(fileName)
<dd>Write the contents of the buffer to a file.
</dl>