blob: 801d990d7ace9a04f938af12e8d50ebc8adbd759 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.qpid.protonj2.codec.decoders.primitives (Qpid ProtonJ2 Parent 1.0.0-M9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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="org.apache.qpid.protonj2.codec.decoders.primitives (Qpid ProtonJ2 Parent 1.0.0-M9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.qpid.protonj2.codec.decoders.primitives</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BinaryTypeDecoder.html" title="interface in org.apache.qpid.protonj2.codec.decoders.primitives">BinaryTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for all Binary type value decoders.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ListTypeDecoder.html" title="interface in org.apache.qpid.protonj2.codec.decoders.primitives">ListTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base class for List type decoders.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapTypeDecoder.html" title="interface in org.apache.qpid.protonj2.codec.decoders.primitives">MapTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base interface for all AMQP Map type value decoders.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="StringTypeDecoder.html" title="interface in org.apache.qpid.protonj2.codec.decoders.primitives">StringTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for all String type decoders</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SymbolTypeDecoder.html" title="interface in org.apache.qpid.protonj2.codec.decoders.primitives">SymbolTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for all Symbol type decoders.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractArrayTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractArrayTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for the decoders of AMQP Array types that defaults to returning opaque Object
values to match what the other decoders do.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractBinaryTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractBinaryTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base class for the various Binary type decoders used to read AMQP Binary values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractListTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractListTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for the various List type decoders needed to read AMQP List values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractMapTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractMapTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for the various Map type decoders used to read AMQP Map values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractStringTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractStringTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base for the various String type Decoders used to read AMQP String values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractSymbolTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">AbstractSymbolTypeDecoder</a></th>
<td class="colLast">
<div class="block">Base class for the Symbol decoders used on AMQP Symbol types.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Array32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Array32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Arrays from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Array8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Array8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Arrays from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Binary32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Binary32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Binary values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Binary8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Binary8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Binary values with length less than 255 from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanFalseTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">BooleanFalseTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Boolean False values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanTrueTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">BooleanTrueTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Boolean True values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">BooleanTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Boolean values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">ByteTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Bytes from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharacterTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">CharacterTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Character from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Decimal128TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Decimal128TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Decimal128 values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Decimal32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Decimal32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Decimal32 values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Decimal64TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Decimal64TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Decimal64 values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">DoubleTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Double values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">FloatTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Float values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Integer32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Integer32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Integer values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Integer8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Integer8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP small Integer values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="List0TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">List0TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of Zero sized AMQP List values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="List32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">List32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP List values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="List8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">List8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP small List values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Long8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Long8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP small Long values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">LongTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Long values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Map32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Map32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Map value from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Map8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Map8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP small Map types from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NullTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">NullTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Null values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">ShortTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Short values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="String32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">String32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP String values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="String8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">String8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP small String values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Symbol32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Symbol32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Symbol values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Symbol8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">Symbol8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Symbol values from a byte stream.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TimestampTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">TimestampTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP Timestamp values from a byte stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnsignedByteTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedByteTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Unsigned Byte values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnsignedInteger0TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedInteger0TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Zero value Unsigned Integer values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnsignedInteger32TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedInteger32TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Unsigned Integer values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnsignedInteger8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedInteger8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Small Unsigned Integer values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnsignedLong0TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedLong0TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Zero value Unsigned Long values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnsignedLong64TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedLong64TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Unsigned Long values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnsignedLong8TypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedLong8TypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Unsigned small Long values from a byte stream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnsignedShortTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UnsignedShortTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decode AMQP Unsigned Short values from a byte stream</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UUIDTypeDecoder.html" title="class in org.apache.qpid.protonj2.codec.decoders.primitives">UUIDTypeDecoder</a></th>
<td class="colLast">
<div class="block">Decoder of AMQP UUID values from a byte stream</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>