stasis/je-7.5.11/docs/java/com/sleepycat/util/PackedInteger.html
2019-06-25 16:12:40 -04:00

763 lines
31 KiB
HTML

<!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 (1.8.0_151) on Tue Oct 31 17:36:47 EDT 2017 -->
<title>PackedInteger (Oracle - Berkeley DB Java Edition API)</title>
<meta name="date" content="2017-10-31">
<link rel="stylesheet" type="text/css" href="../../../style.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="PackedInteger (Oracle - Berkeley DB Java Edition API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="class-use/PackedInteger.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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 7.5.11</font>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/util/PackedInteger.html" target="_top">Frames</a></li>
<li><a href="PackedInteger.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><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><a href="#field.detail">Field</a>&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">com.sleepycat.util</div>
<h2 title="Class PackedInteger" class="title">Class PackedInteger</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sleepycat.util.PackedInteger</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">PackedInteger</span>
extends java.lang.Object</pre>
<div class="block">Static methods for reading and writing packed integers.
<p>Most applications should use the classes in the <a href="../../../com/sleepycat/bind/tuple/package-summary.html"><code>com.sleepycat.bind.tuple</code></a> package rather than using this class directly.</p></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../bind/tuple/package-summary.html#integerFormats">Integer Formats</a></dd>
</dl>
</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 int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#MAX_LENGTH">MAX_LENGTH</a></span></code>
<div class="block">The maximum number of bytes needed to store an int value (5).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#MAX_LONG_LENGTH">MAX_LONG_LENGTH</a></span></code>
<div class="block">The maximum number of bytes needed to store a long value (9).</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== 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="../../../com/sleepycat/util/PackedInteger.html#PackedInteger--">PackedInteger</a></span>()</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getReadIntLength-byte:A-int-">getReadIntLength</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readInt-byte:A-int-"><code>readInt(byte[], int)</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getReadLongLength-byte:A-int-">getReadLongLength</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readLong-byte:A-int-"><code>readLong(byte[], int)</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getReadSortedIntLength-byte:A-int-">getReadSortedIntLength</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readSortedInt-byte:A-int-"><code>readSortedInt(byte[], int)</code></a>.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getReadSortedLongLength-byte:A-int-">getReadSortedLongLength</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readSortedLong-byte:A-int-"><code>readSortedLong(byte[], int)</code></a>.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getWriteIntLength-int-">getWriteIntLength</a></span>(int&nbsp;value)</code>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeInt-byte:A-int-int-"><code>writeInt(byte[], int, int)</code></a>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getWriteLongLength-long-">getWriteLongLength</a></span>(long&nbsp;value)</code>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeLong-byte:A-int-long-"><code>writeLong(byte[], int, long)</code></a>.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getWriteSortedIntLength-int-">getWriteSortedIntLength</a></span>(int&nbsp;value)</code>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedInt-byte:A-int-int-"><code>writeSortedInt(byte[], int, int)</code></a>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#getWriteSortedLongLength-long-">getWriteSortedLongLength</a></span>(long&nbsp;value)</code>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedLong-byte:A-int-long-"><code>writeSortedLong(byte[], int, long)</code></a>.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#readInt-byte:A-int-">readInt</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Reads a packed integer at the given buffer offset and returns it.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#readLong-byte:A-int-">readLong</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Reads a packed long integer at the given buffer offset and returns it.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#readSortedInt-byte:A-int-">readSortedInt</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Reads a sorted packed integer at the given buffer offset and returns it.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#readSortedLong-byte:A-int-">readSortedLong</a></span>(byte[]&nbsp;buf,
int&nbsp;off)</code>
<div class="block">Reads a sorted packed long integer at the given buffer offset and
returns it.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#writeInt-byte:A-int-int-">writeInt</a></span>(byte[]&nbsp;buf,
int&nbsp;offset,
int&nbsp;value)</code>
<div class="block">Writes a packed integer starting at the given buffer offset and returns
the next offset to be written.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#writeLong-byte:A-int-long-">writeLong</a></span>(byte[]&nbsp;buf,
int&nbsp;offset,
long&nbsp;value)</code>
<div class="block">Writes a packed long integer starting at the given buffer offset and
returns the next offset to be written.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedInt-byte:A-int-int-">writeSortedInt</a></span>(byte[]&nbsp;buf,
int&nbsp;offset,
int&nbsp;value)</code>
<div class="block">Writes a packed sorted integer starting at the given buffer offset and
returns the next offset to be written.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedLong-byte:A-int-long-">writeSortedLong</a></span>(byte[]&nbsp;buf,
int&nbsp;offset,
long&nbsp;value)</code>
<div class="block">Writes a packed sorted long integer starting at the given buffer offset
and returns the next offset to be written.</div>
</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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MAX_LENGTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_LENGTH</h4>
<pre>public static final&nbsp;int MAX_LENGTH</pre>
<div class="block">The maximum number of bytes needed to store an int value (5).</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.sleepycat.util.PackedInteger.MAX_LENGTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAX_LONG_LENGTH">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MAX_LONG_LENGTH</h4>
<pre>public static final&nbsp;int MAX_LONG_LENGTH</pre>
<div class="block">The maximum number of bytes needed to store a long value (9).</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.sleepycat.util.PackedInteger.MAX_LONG_LENGTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PackedInteger--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PackedInteger</h4>
<pre>public&nbsp;PackedInteger()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="readInt-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readInt</h4>
<pre>public static&nbsp;int&nbsp;readInt(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Reads a packed integer at the given buffer offset and returns it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the integer that was read.</dd>
</dl>
</li>
</ul>
<a name="readLong-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readLong</h4>
<pre>public static&nbsp;long&nbsp;readLong(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Reads a packed long integer at the given buffer offset and returns it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the long integer that was read.</dd>
</dl>
</li>
</ul>
<a name="getReadIntLength-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadIntLength</h4>
<pre>public static&nbsp;int&nbsp;getReadIntLength(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readInt-byte:A-int-"><code>readInt(byte[], int)</code></a>.
<p>Because the length is stored in the first byte, this method may be
called with only the first byte of the packed integer in the given
buffer. This method only accesses one byte at the given offset.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be read.</dd>
</dl>
</li>
</ul>
<a name="getReadLongLength-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadLongLength</h4>
<pre>public static&nbsp;int&nbsp;getReadLongLength(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readLong-byte:A-int-"><code>readLong(byte[], int)</code></a>.
<p>Because the length is stored in the first byte, this method may be
called with only the first byte of the packed integer in the given
buffer. This method only accesses one byte at the given offset.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be read.</dd>
</dl>
</li>
</ul>
<a name="writeInt-byte:A-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeInt</h4>
<pre>public static&nbsp;int&nbsp;writeInt(byte[]&nbsp;buf,
int&nbsp;offset,
int&nbsp;value)</pre>
<div class="block">Writes a packed integer starting at the given buffer offset and returns
the next offset to be written.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to write to.</dd>
<dd><code>offset</code> - the offset in the buffer at which to start writing.</dd>
<dd><code>value</code> - the integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the offset past the bytes written.</dd>
</dl>
</li>
</ul>
<a name="writeLong-byte:A-int-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeLong</h4>
<pre>public static&nbsp;int&nbsp;writeLong(byte[]&nbsp;buf,
int&nbsp;offset,
long&nbsp;value)</pre>
<div class="block">Writes a packed long integer starting at the given buffer offset and
returns the next offset to be written.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to write to.</dd>
<dd><code>offset</code> - the offset in the buffer at which to start writing.</dd>
<dd><code>value</code> - the long integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the offset past the bytes written.</dd>
</dl>
</li>
</ul>
<a name="getWriteIntLength-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWriteIntLength</h4>
<pre>public static&nbsp;int&nbsp;getWriteIntLength(int&nbsp;value)</pre>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeInt-byte:A-int-int-"><code>writeInt(byte[], int, int)</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be used to write the given
integer.</dd>
</dl>
</li>
</ul>
<a name="getWriteLongLength-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWriteLongLength</h4>
<pre>public static&nbsp;int&nbsp;getWriteLongLength(long&nbsp;value)</pre>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeLong-byte:A-int-long-"><code>writeLong(byte[], int, long)</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the long integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be used to write the given long
integer.</dd>
</dl>
</li>
</ul>
<a name="readSortedInt-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readSortedInt</h4>
<pre>public static&nbsp;int&nbsp;readSortedInt(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Reads a sorted packed integer at the given buffer offset and returns it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the integer that was read.</dd>
</dl>
</li>
</ul>
<a name="readSortedLong-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readSortedLong</h4>
<pre>public static&nbsp;long&nbsp;readSortedLong(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Reads a sorted packed long integer at the given buffer offset and
returns it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the long integer that was read.</dd>
</dl>
</li>
</ul>
<a name="getReadSortedIntLength-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadSortedIntLength</h4>
<pre>public static&nbsp;int&nbsp;getReadSortedIntLength(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readSortedInt-byte:A-int-"><code>readSortedInt(byte[], int)</code></a>.
<p>Because the length is stored in the first byte, this method may be
called with only the first byte of the packed integer in the given
buffer. This method only accesses one byte at the given offset.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be read.</dd>
</dl>
</li>
</ul>
<a name="getReadSortedLongLength-byte:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadSortedLongLength</h4>
<pre>public static&nbsp;int&nbsp;getReadSortedLongLength(byte[]&nbsp;buf,
int&nbsp;off)</pre>
<div class="block">Returns the number of bytes that would be read by <a href="../../../com/sleepycat/util/PackedInteger.html#readSortedLong-byte:A-int-"><code>readSortedLong(byte[], int)</code></a>.
<p>Because the length is stored in the first byte, this method may be
called with only the first byte of the packed integer in the given
buffer. This method only accesses one byte at the given offset.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to read from.</dd>
<dd><code>off</code> - the offset in the buffer at which to start reading.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be read.</dd>
</dl>
</li>
</ul>
<a name="writeSortedInt-byte:A-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeSortedInt</h4>
<pre>public static&nbsp;int&nbsp;writeSortedInt(byte[]&nbsp;buf,
int&nbsp;offset,
int&nbsp;value)</pre>
<div class="block">Writes a packed sorted integer starting at the given buffer offset and
returns the next offset to be written.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to write to.</dd>
<dd><code>offset</code> - the offset in the buffer at which to start writing.</dd>
<dd><code>value</code> - the integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the offset past the bytes written.</dd>
</dl>
</li>
</ul>
<a name="writeSortedLong-byte:A-int-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeSortedLong</h4>
<pre>public static&nbsp;int&nbsp;writeSortedLong(byte[]&nbsp;buf,
int&nbsp;offset,
long&nbsp;value)</pre>
<div class="block">Writes a packed sorted long integer starting at the given buffer offset
and returns the next offset to be written.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buf</code> - the buffer to write to.</dd>
<dd><code>offset</code> - the offset in the buffer at which to start writing.</dd>
<dd><code>value</code> - the long integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the offset past the bytes written.</dd>
</dl>
</li>
</ul>
<a name="getWriteSortedIntLength-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWriteSortedIntLength</h4>
<pre>public static&nbsp;int&nbsp;getWriteSortedIntLength(int&nbsp;value)</pre>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedInt-byte:A-int-int-"><code>writeSortedInt(byte[], int, int)</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be used to write the given
integer.</dd>
</dl>
</li>
</ul>
<a name="getWriteSortedLongLength-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getWriteSortedLongLength</h4>
<pre>public static&nbsp;int&nbsp;getWriteSortedLongLength(long&nbsp;value)</pre>
<div class="block">Returns the number of bytes that would be written by <a href="../../../com/sleepycat/util/PackedInteger.html#writeSortedLong-byte:A-int-long-"><code>writeSortedLong(byte[], int, long)</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the long integer to be written.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes that would be used to write the given long
integer.</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="class-use/PackedInteger.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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 7.5.11</font>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/util/PackedInteger.html" target="_top">Frames</a></li>
<li><a href="PackedInteger.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><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><a href="#field.detail">Field</a>&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 ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.</font> </small></p>
</body>
</html>