blob: 76632af4d113bad7fa031a1a3983d0adfddc024a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>EncoderImpl (Qpid Proton-J API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EncoderImpl (Qpid Proton-J API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html" title="interface in org.apache.qpid.proton.codec"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/qpid/proton/codec/EncoderImpl.html" target="_top">Frames</a></li>
<li><a href="EncoderImpl.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.qpid.proton.codec</div>
<h2 title="Class EncoderImpl" class="title">Class EncoderImpl</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.qpid.proton.codec.EncoderImpl</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../org/apache/qpid/proton/codec/ByteBufferEncoder.html" title="interface in org.apache.qpid.proton.codec">ByteBufferEncoder</a>, <a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></dd>
</dl>
<hr>
<br>
<pre>public final class <span class="typeNameLabel">EncoderImpl</span>
extends java.lang.Object
implements <a href="../../../../../org/apache/qpid/proton/codec/ByteBufferEncoder.html" title="interface in org.apache.qpid.proton.codec">ByteBufferEncoder</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#EncoderImpl-org.apache.qpid.proton.codec.DecoderImpl-">EncoderImpl</a></span>(<a href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;decoder)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" title="interface in org.apache.qpid.proton.codec">WritableBuffer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#getBuffer--">getBuffer</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#getDecoder--">getDecoder</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#getType-java.lang.Object-">getType</a></span>(java.lang.Object&nbsp;element)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#getTypeFromClass-java.lang.Class-">getTypeFromClass</a></span>(java.lang.Class&nbsp;clazz)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#register-org.apache.qpid.proton.codec.AMQPType-">register</a></span>(<a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a>&lt;V&gt;&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#registerDescribedType-java.lang.Class-java.lang.Object-">registerDescribedType</a></span>(java.lang.Class&nbsp;clazz,
java.lang.Object&nbsp;descriptor)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#setByteBuffer-java.nio.ByteBuffer-">setByteBuffer</a></span>(java.nio.ByteBuffer&nbsp;buf)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#setByteBuffer-org.apache.qpid.proton.codec.WritableBuffer-">setByteBuffer</a></span>(<a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" title="interface in org.apache.qpid.proton.codec">WritableBuffer</a>&nbsp;buf)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-boolean:A-">writeArray</a></span>(boolean[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-byte:A-">writeArray</a></span>(byte[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-char:A-">writeArray</a></span>(char[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-double:A-">writeArray</a></span>(double[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-float:A-">writeArray</a></span>(float[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-int:A-">writeArray</a></span>(int[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-long:A-">writeArray</a></span>(long[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-java.lang.Object:A-">writeArray</a></span>(java.lang.Object[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeArray-short:A-">writeArray</a></span>(short[]&nbsp;a)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeBinary-org.apache.qpid.proton.amqp.Binary-">writeBinary</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/Binary.html" title="class in org.apache.qpid.proton.amqp">Binary</a>&nbsp;b)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeBoolean-boolean-">writeBoolean</a></span>(boolean&nbsp;bool)</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeBoolean-java.lang.Boolean-">writeBoolean</a></span>(java.lang.Boolean&nbsp;bool)</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeByte-byte-">writeByte</a></span>(byte&nbsp;b)</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeByte-java.lang.Byte-">writeByte</a></span>(java.lang.Byte&nbsp;b)</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeCharacter-char-">writeCharacter</a></span>(char&nbsp;c)</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeCharacter-java.lang.Character-">writeCharacter</a></span>(java.lang.Character&nbsp;c)</code>&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDecimal128-org.apache.qpid.proton.amqp.Decimal128-">writeDecimal128</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal128.html" title="class in org.apache.qpid.proton.amqp">Decimal128</a>&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDecimal32-org.apache.qpid.proton.amqp.Decimal32-">writeDecimal32</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal32.html" title="class in org.apache.qpid.proton.amqp">Decimal32</a>&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDecimal64-org.apache.qpid.proton.amqp.Decimal64-">writeDecimal64</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal64.html" title="class in org.apache.qpid.proton.amqp">Decimal64</a>&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDescribedType-org.apache.qpid.proton.amqp.DescribedType-">writeDescribedType</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/DescribedType.html" title="interface in org.apache.qpid.proton.amqp">DescribedType</a>&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDouble-double-">writeDouble</a></span>(double&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeDouble-java.lang.Double-">writeDouble</a></span>(java.lang.Double&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeFloat-float-">writeFloat</a></span>(float&nbsp;f)</code>&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeFloat-java.lang.Float-">writeFloat</a></span>(java.lang.Float&nbsp;f)</code>&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeInteger-int-">writeInteger</a></span>(int&nbsp;i)</code>&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeInteger-java.lang.Integer-">writeInteger</a></span>(java.lang.Integer&nbsp;i)</code>&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeList-java.util.List-">writeList</a></span>(java.util.List&nbsp;l)</code>&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeLong-long-">writeLong</a></span>(long&nbsp;l)</code>&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeLong-java.lang.Long-">writeLong</a></span>(java.lang.Long&nbsp;l)</code>&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeMap-java.util.Map-">writeMap</a></span>(java.util.Map&nbsp;m)</code>&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeNull--">writeNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeObject-java.lang.Object-">writeObject</a></span>(java.lang.Object&nbsp;o)</code>&nbsp;</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeRaw-byte-">writeRaw</a></span>(byte&nbsp;b)</code>&nbsp;</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeShort-short-">writeShort</a></span>(short&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeShort-java.lang.Short-">writeShort</a></span>(java.lang.Short&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeString-java.lang.String-">writeString</a></span>(java.lang.String&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeSymbol-org.apache.qpid.proton.amqp.Symbol-">writeSymbol</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/Symbol.html" title="class in org.apache.qpid.proton.amqp">Symbol</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeTimestamp-java.util.Date-">writeTimestamp</a></span>(java.util.Date&nbsp;d)</code>&nbsp;</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeTimestamp-long-">writeTimestamp</a></span>(long&nbsp;timestamp)</code>&nbsp;</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeUnsignedByte-org.apache.qpid.proton.amqp.UnsignedByte-">writeUnsignedByte</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;ubyte)</code>&nbsp;</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeUnsignedInteger-org.apache.qpid.proton.amqp.UnsignedInteger-">writeUnsignedInteger</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&nbsp;uint)</code>&nbsp;</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeUnsignedLong-org.apache.qpid.proton.amqp.UnsignedLong-">writeUnsignedLong</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedLong.html" title="class in org.apache.qpid.proton.amqp">UnsignedLong</a>&nbsp;ulong)</code>&nbsp;</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeUnsignedShort-org.apache.qpid.proton.amqp.UnsignedShort-">writeUnsignedShort</a></span>(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedShort.html" title="class in org.apache.qpid.proton.amqp">UnsignedShort</a>&nbsp;ushort)</code>&nbsp;</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html#writeUUID-java.util.UUID-">writeUUID</a></span>(java.util.UUID&nbsp;uuid)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EncoderImpl-org.apache.qpid.proton.codec.DecoderImpl-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EncoderImpl</h4>
<pre>public&nbsp;EncoderImpl(<a href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;decoder)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setByteBuffer-java.nio.ByteBuffer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setByteBuffer</h4>
<pre>public&nbsp;void&nbsp;setByteBuffer(java.nio.ByteBuffer&nbsp;buf)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/ByteBufferEncoder.html#setByteBuffer-java.nio.ByteBuffer-">setByteBuffer</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/ByteBufferEncoder.html" title="interface in org.apache.qpid.proton.codec">ByteBufferEncoder</a></code></dd>
</dl>
</li>
</ul>
<a name="setByteBuffer-org.apache.qpid.proton.codec.WritableBuffer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setByteBuffer</h4>
<pre>public&nbsp;void&nbsp;setByteBuffer(<a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" title="interface in org.apache.qpid.proton.codec">WritableBuffer</a>&nbsp;buf)</pre>
</li>
</ul>
<a name="getBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBuffer</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" title="interface in org.apache.qpid.proton.codec">WritableBuffer</a>&nbsp;getBuffer()</pre>
</li>
</ul>
<a name="getDecoder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDecoder</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;getDecoder()</pre>
</li>
</ul>
<a name="getType-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a>&nbsp;getType(java.lang.Object&nbsp;element)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#getType-java.lang.Object-">getType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="getTypeFromClass-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeFromClass</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a>&nbsp;getTypeFromClass(java.lang.Class&nbsp;clazz)</pre>
</li>
</ul>
<a name="register-org.apache.qpid.proton.codec.AMQPType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>register</h4>
<pre>public&nbsp;&lt;V&gt;&nbsp;void&nbsp;register(<a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a>&lt;V&gt;&nbsp;type)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#register-org.apache.qpid.proton.codec.AMQPType-">register</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="registerDescribedType-java.lang.Class-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>registerDescribedType</h4>
<pre>public&nbsp;void&nbsp;registerDescribedType(java.lang.Class&nbsp;clazz,
java.lang.Object&nbsp;descriptor)</pre>
</li>
</ul>
<a name="writeNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeNull</h4>
<pre>public&nbsp;void&nbsp;writeNull()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeNull--">writeNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBoolean-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBoolean</h4>
<pre>public&nbsp;void&nbsp;writeBoolean(boolean&nbsp;bool)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeBoolean-boolean-">writeBoolean</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBoolean-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBoolean</h4>
<pre>public&nbsp;void&nbsp;writeBoolean(java.lang.Boolean&nbsp;bool)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeBoolean-java.lang.Boolean-">writeBoolean</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeUnsignedByte-org.apache.qpid.proton.amqp.UnsignedByte-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeUnsignedByte</h4>
<pre>public&nbsp;void&nbsp;writeUnsignedByte(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;ubyte)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeUnsignedByte-org.apache.qpid.proton.amqp.UnsignedByte-">writeUnsignedByte</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeUnsignedShort-org.apache.qpid.proton.amqp.UnsignedShort-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeUnsignedShort</h4>
<pre>public&nbsp;void&nbsp;writeUnsignedShort(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedShort.html" title="class in org.apache.qpid.proton.amqp">UnsignedShort</a>&nbsp;ushort)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeUnsignedShort-org.apache.qpid.proton.amqp.UnsignedShort-">writeUnsignedShort</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeUnsignedInteger-org.apache.qpid.proton.amqp.UnsignedInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeUnsignedInteger</h4>
<pre>public&nbsp;void&nbsp;writeUnsignedInteger(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&nbsp;uint)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeUnsignedInteger-org.apache.qpid.proton.amqp.UnsignedInteger-">writeUnsignedInteger</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeUnsignedLong-org.apache.qpid.proton.amqp.UnsignedLong-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeUnsignedLong</h4>
<pre>public&nbsp;void&nbsp;writeUnsignedLong(<a href="../../../../../org/apache/qpid/proton/amqp/UnsignedLong.html" title="class in org.apache.qpid.proton.amqp">UnsignedLong</a>&nbsp;ulong)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeUnsignedLong-org.apache.qpid.proton.amqp.UnsignedLong-">writeUnsignedLong</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeByte-byte-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeByte</h4>
<pre>public&nbsp;void&nbsp;writeByte(byte&nbsp;b)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeByte-byte-">writeByte</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeByte-java.lang.Byte-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeByte</h4>
<pre>public&nbsp;void&nbsp;writeByte(java.lang.Byte&nbsp;b)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeByte-java.lang.Byte-">writeByte</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeShort-short-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeShort</h4>
<pre>public&nbsp;void&nbsp;writeShort(short&nbsp;s)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeShort-short-">writeShort</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeShort-java.lang.Short-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeShort</h4>
<pre>public&nbsp;void&nbsp;writeShort(java.lang.Short&nbsp;s)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeShort-java.lang.Short-">writeShort</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeInteger-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeInteger</h4>
<pre>public&nbsp;void&nbsp;writeInteger(int&nbsp;i)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeInteger-int-">writeInteger</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeInteger-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeInteger</h4>
<pre>public&nbsp;void&nbsp;writeInteger(java.lang.Integer&nbsp;i)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeInteger-java.lang.Integer-">writeInteger</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeLong-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeLong</h4>
<pre>public&nbsp;void&nbsp;writeLong(long&nbsp;l)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeLong-long-">writeLong</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeLong-java.lang.Long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeLong</h4>
<pre>public&nbsp;void&nbsp;writeLong(java.lang.Long&nbsp;l)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeLong-java.lang.Long-">writeLong</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeFloat-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeFloat</h4>
<pre>public&nbsp;void&nbsp;writeFloat(float&nbsp;f)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeFloat-float-">writeFloat</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeFloat-java.lang.Float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeFloat</h4>
<pre>public&nbsp;void&nbsp;writeFloat(java.lang.Float&nbsp;f)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeFloat-java.lang.Float-">writeFloat</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDouble-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDouble</h4>
<pre>public&nbsp;void&nbsp;writeDouble(double&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDouble-double-">writeDouble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDouble-java.lang.Double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDouble</h4>
<pre>public&nbsp;void&nbsp;writeDouble(java.lang.Double&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDouble-java.lang.Double-">writeDouble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDecimal32-org.apache.qpid.proton.amqp.Decimal32-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDecimal32</h4>
<pre>public&nbsp;void&nbsp;writeDecimal32(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal32.html" title="class in org.apache.qpid.proton.amqp">Decimal32</a>&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDecimal32-org.apache.qpid.proton.amqp.Decimal32-">writeDecimal32</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDecimal64-org.apache.qpid.proton.amqp.Decimal64-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDecimal64</h4>
<pre>public&nbsp;void&nbsp;writeDecimal64(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal64.html" title="class in org.apache.qpid.proton.amqp">Decimal64</a>&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDecimal64-org.apache.qpid.proton.amqp.Decimal64-">writeDecimal64</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDecimal128-org.apache.qpid.proton.amqp.Decimal128-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDecimal128</h4>
<pre>public&nbsp;void&nbsp;writeDecimal128(<a href="../../../../../org/apache/qpid/proton/amqp/Decimal128.html" title="class in org.apache.qpid.proton.amqp">Decimal128</a>&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDecimal128-org.apache.qpid.proton.amqp.Decimal128-">writeDecimal128</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeCharacter-char-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeCharacter</h4>
<pre>public&nbsp;void&nbsp;writeCharacter(char&nbsp;c)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeCharacter-char-">writeCharacter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeCharacter-java.lang.Character-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeCharacter</h4>
<pre>public&nbsp;void&nbsp;writeCharacter(java.lang.Character&nbsp;c)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeCharacter-java.lang.Character-">writeCharacter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTimestamp-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTimestamp</h4>
<pre>public&nbsp;void&nbsp;writeTimestamp(long&nbsp;timestamp)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeTimestamp-long-">writeTimestamp</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTimestamp-java.util.Date-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTimestamp</h4>
<pre>public&nbsp;void&nbsp;writeTimestamp(java.util.Date&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeTimestamp-java.util.Date-">writeTimestamp</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeUUID-java.util.UUID-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeUUID</h4>
<pre>public&nbsp;void&nbsp;writeUUID(java.util.UUID&nbsp;uuid)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeUUID-java.util.UUID-">writeUUID</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBinary-org.apache.qpid.proton.amqp.Binary-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBinary</h4>
<pre>public&nbsp;void&nbsp;writeBinary(<a href="../../../../../org/apache/qpid/proton/amqp/Binary.html" title="class in org.apache.qpid.proton.amqp">Binary</a>&nbsp;b)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeBinary-org.apache.qpid.proton.amqp.Binary-">writeBinary</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeString-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeString</h4>
<pre>public&nbsp;void&nbsp;writeString(java.lang.String&nbsp;s)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeString-java.lang.String-">writeString</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeSymbol-org.apache.qpid.proton.amqp.Symbol-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeSymbol</h4>
<pre>public&nbsp;void&nbsp;writeSymbol(<a href="../../../../../org/apache/qpid/proton/amqp/Symbol.html" title="class in org.apache.qpid.proton.amqp">Symbol</a>&nbsp;s)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeSymbol-org.apache.qpid.proton.amqp.Symbol-">writeSymbol</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeList-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeList</h4>
<pre>public&nbsp;void&nbsp;writeList(java.util.List&nbsp;l)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeList-java.util.List-">writeList</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeMap-java.util.Map-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeMap</h4>
<pre>public&nbsp;void&nbsp;writeMap(java.util.Map&nbsp;m)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeMap-java.util.Map-">writeMap</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDescribedType-org.apache.qpid.proton.amqp.DescribedType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDescribedType</h4>
<pre>public&nbsp;void&nbsp;writeDescribedType(<a href="../../../../../org/apache/qpid/proton/amqp/DescribedType.html" title="interface in org.apache.qpid.proton.amqp">DescribedType</a>&nbsp;d)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeDescribedType-org.apache.qpid.proton.amqp.DescribedType-">writeDescribedType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-boolean:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(boolean[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-boolean:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-byte:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(byte[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-byte:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-short:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(short[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-short:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-int:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(int[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-int:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-long:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(long[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-long:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-float:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(float[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-float:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-double:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(double[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-double:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-char:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(char[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-char:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeArray-java.lang.Object:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeArray</h4>
<pre>public&nbsp;void&nbsp;writeArray(java.lang.Object[]&nbsp;a)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeArray-java.lang.Object:A-">writeArray</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeObject-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeObject</h4>
<pre>public&nbsp;void&nbsp;writeObject(java.lang.Object&nbsp;o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html#writeObject-java.lang.Object-">writeObject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec">Encoder</a></code></dd>
</dl>
</li>
</ul>
<a name="writeRaw-byte-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>writeRaw</h4>
<pre>public&nbsp;void&nbsp;writeRaw(byte&nbsp;b)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/qpid/proton/codec/Encoder.html" title="interface in org.apache.qpid.proton.codec"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html" title="interface in org.apache.qpid.proton.codec"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/qpid/proton/codec/EncoderImpl.html" target="_top">Frames</a></li>
<li><a href="EncoderImpl.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>