blob: 8b38fb5504ab54aa7ad0e78807cb04136f789db6 [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>EncodingCodes (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="EncodingCodes (Qpid Proton-J API)";
}
}
catch(err) {
}
//-->
</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/EncoderImpl.html" title="class in org.apache.qpid.proton.codec"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.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/EncodingCodes.html" target="_top">Frames</a></li>
<li><a href="EncodingCodes.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</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="Interface EncodingCodes" class="title">Interface EncodingCodes</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">EncodingCodes</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#ARRAY32">ARRAY32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#ARRAY8">ARRAY8</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#BOOLEAN">BOOLEAN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#BOOLEAN_FALSE">BOOLEAN_FALSE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#BOOLEAN_TRUE">BOOLEAN_TRUE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#BYTE">BYTE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#CHAR">CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#DECIMAL128">DECIMAL128</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#DECIMAL32">DECIMAL32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#DECIMAL64">DECIMAL64</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#DESCRIBED_TYPE_INDICATOR">DESCRIBED_TYPE_INDICATOR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#DOUBLE">DOUBLE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#FLOAT">FLOAT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#INT">INT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#LIST0">LIST0</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#LIST32">LIST32</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#LIST8">LIST8</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#LONG">LONG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#MAP32">MAP32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#MAP8">MAP8</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#NULL">NULL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SHORT">SHORT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SMALLINT">SMALLINT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SMALLLONG">SMALLLONG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SMALLUINT">SMALLUINT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SMALLULONG">SMALLULONG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#STR32">STR32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#STR8">STR8</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SYM32">SYM32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#SYM8">SYM8</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#TIMESTAMP">TIMESTAMP</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#UBYTE">UBYTE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#UINT">UINT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#UINT0">UINT0</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#ULONG">ULONG</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#ULONG0">ULONG0</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#USHORT">USHORT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#UUID">UUID</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#VBIN32">VBIN32</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/codec/EncodingCodes.html#VBIN8">VBIN8</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DESCRIBED_TYPE_INDICATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DESCRIBED_TYPE_INDICATOR</h4>
<pre>static final&nbsp;byte DESCRIBED_TYPE_INDICATOR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.DESCRIBED_TYPE_INDICATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NULL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NULL</h4>
<pre>static final&nbsp;byte NULL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.NULL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN</h4>
<pre>static final&nbsp;byte BOOLEAN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.BOOLEAN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BOOLEAN_TRUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN_TRUE</h4>
<pre>static final&nbsp;byte BOOLEAN_TRUE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.BOOLEAN_TRUE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BOOLEAN_FALSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN_FALSE</h4>
<pre>static final&nbsp;byte BOOLEAN_FALSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.BOOLEAN_FALSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UBYTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UBYTE</h4>
<pre>static final&nbsp;byte UBYTE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.UBYTE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USHORT</h4>
<pre>static final&nbsp;byte USHORT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.USHORT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UINT</h4>
<pre>static final&nbsp;byte UINT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.UINT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SMALLUINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMALLUINT</h4>
<pre>static final&nbsp;byte SMALLUINT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SMALLUINT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UINT0">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UINT0</h4>
<pre>static final&nbsp;byte UINT0</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.UINT0">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ULONG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ULONG</h4>
<pre>static final&nbsp;byte ULONG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.ULONG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SMALLULONG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMALLULONG</h4>
<pre>static final&nbsp;byte SMALLULONG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SMALLULONG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ULONG0">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ULONG0</h4>
<pre>static final&nbsp;byte ULONG0</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.ULONG0">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BYTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BYTE</h4>
<pre>static final&nbsp;byte BYTE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.BYTE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHORT</h4>
<pre>static final&nbsp;byte SHORT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SHORT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INT</h4>
<pre>static final&nbsp;byte INT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.INT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SMALLINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMALLINT</h4>
<pre>static final&nbsp;byte SMALLINT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SMALLINT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LONG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LONG</h4>
<pre>static final&nbsp;byte LONG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.LONG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SMALLLONG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMALLLONG</h4>
<pre>static final&nbsp;byte SMALLLONG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SMALLLONG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FLOAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLOAT</h4>
<pre>static final&nbsp;byte FLOAT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.FLOAT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOUBLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOUBLE</h4>
<pre>static final&nbsp;byte DOUBLE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.DOUBLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DECIMAL32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECIMAL32</h4>
<pre>static final&nbsp;byte DECIMAL32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.DECIMAL32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DECIMAL64">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECIMAL64</h4>
<pre>static final&nbsp;byte DECIMAL64</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.DECIMAL64">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DECIMAL128">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECIMAL128</h4>
<pre>static final&nbsp;byte DECIMAL128</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.DECIMAL128">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHAR</h4>
<pre>static final&nbsp;byte CHAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.CHAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TIMESTAMP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TIMESTAMP</h4>
<pre>static final&nbsp;byte TIMESTAMP</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.TIMESTAMP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UUID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UUID</h4>
<pre>static final&nbsp;byte UUID</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.UUID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VBIN8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VBIN8</h4>
<pre>static final&nbsp;byte VBIN8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.VBIN8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VBIN32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VBIN32</h4>
<pre>static final&nbsp;byte VBIN32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.VBIN32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STR8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STR8</h4>
<pre>static final&nbsp;byte STR8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.STR8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STR32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STR32</h4>
<pre>static final&nbsp;byte STR32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.STR32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SYM8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYM8</h4>
<pre>static final&nbsp;byte SYM8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SYM8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SYM32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYM32</h4>
<pre>static final&nbsp;byte SYM32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.SYM32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LIST0">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIST0</h4>
<pre>static final&nbsp;byte LIST0</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.LIST0">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LIST8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIST8</h4>
<pre>static final&nbsp;byte LIST8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.LIST8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LIST32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIST32</h4>
<pre>static final&nbsp;byte LIST32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.LIST32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAP8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAP8</h4>
<pre>static final&nbsp;byte MAP8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.MAP8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAP32">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAP32</h4>
<pre>static final&nbsp;byte MAP32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.MAP32">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ARRAY8">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY8</h4>
<pre>static final&nbsp;byte ARRAY8</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.ARRAY8">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ARRAY32">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ARRAY32</h4>
<pre>static final&nbsp;byte ARRAY32</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.qpid.proton.codec.EncodingCodes.ARRAY32">Constant Field Values</a></dd>
</dl>
</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/EncoderImpl.html" title="class in org.apache.qpid.proton.codec"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.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/EncodingCodes.html" target="_top">Frames</a></li>
<li><a href="EncodingCodes.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>