blob: 21de3e2699a3e9969e6b95ba3454f1712d5b66ea [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="body-object-instruction" xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>body</title>
<indexterm>
<primary>body</primary>
</indexterm>
<para>Allocates a new stream, associating it with the name of a stream previously requested by a
get instruction. The contents of the stream will be sent later with blob instructions. The
full size of the stream need not be known ahead of time.</para>
<variablelist>
<varlistentry>
<term><parameter>object</parameter></term>
<listitem>
<para>The index of the object associated with this stream.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>stream</parameter></term>
<listitem>
<para>The index of the stream to allocate.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>mimetype</parameter></term>
<listitem>
<para>The mimetype of the data being sent.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>The name of the stream associated with the object.</para>
</listitem>
</varlistentry>
</variablelist>
</section>