|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|
|
|
<html lang="en"> |
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
<title>ReadArrayBuffer (JanusGraph-Core: Core Library for JanusGraph 1.0.0 API)</title> |
|
<meta name="date" content="2023-10-21"> |
|
<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="ReadArrayBuffer (JanusGraph-Core: Core Library for JanusGraph 1.0.0 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}; |
|
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> |
|
|
|
<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/ReadArrayBuffer.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> |
|
<div class="subNav"> |
|
<ul class="navList"> |
|
<li><a href="../../../../org/janusgraph/diskstorage/util/NoLock.html" title="class in org.janusgraph.diskstorage.util"><span class="typeNameLink">Prev Class</span></a></li> |
|
<li><a href="../../../../org/janusgraph/diskstorage/util/RecordIterator.html" title="interface in org.janusgraph.diskstorage.util"><span class="typeNameLink">Next Class</span></a></li> |
|
</ul> |
|
<ul class="navList"> |
|
<li><a href="../../../../index.html?org/janusgraph/diskstorage/util/ReadArrayBuffer.html" target="_top">Frames</a></li> |
|
<li><a href="ReadArrayBuffer.html" target="_top">No Frames</a></li> |
|
</ul> |
|
<ul class="navList" id="allclasses_navbar_top"> |
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
|
</ul> |
|
<div> |
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
</div> |
|
<div> |
|
<ul class="subNavList"> |
|
<li>Summary: </li> |
|
<li>Nested | </li> |
|
<li><a href="#fields.inherited.from.class.org.janusgraph.diskstorage.util.StaticArrayBuffer">Field</a> | </li> |
|
<li><a href="#constructor.summary">Constr</a> | </li> |
|
<li><a href="#method.summary">Method</a></li> |
|
</ul> |
|
<ul class="subNavList"> |
|
<li>Detail: </li> |
|
<li>Field | </li> |
|
<li><a href="#constructor.detail">Constr</a> | </li> |
|
<li><a href="#method.detail">Method</a></li> |
|
</ul> |
|
</div> |
|
<a name="skip.navbar.top"> |
|
|
|
</a></div> |
|
|
|
|
|
<div class="header"> |
|
<div class="subTitle">org.janusgraph.diskstorage.util</div> |
|
<h2 title="Class ReadArrayBuffer" class="title">Class ReadArrayBuffer</h2> |
|
</div> |
|
<div class="contentContainer"> |
|
<ul class="inheritance"> |
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> |
|
<li> |
|
<ul class="inheritance"> |
|
<li><a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html" title="class in org.janusgraph.diskstorage.util">org.janusgraph.diskstorage.util.StaticArrayBuffer</a></li> |
|
<li> |
|
<ul class="inheritance"> |
|
<li>org.janusgraph.diskstorage.util.ReadArrayBuffer</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
<div class="description"> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<dl> |
|
<dt>All Implemented Interfaces:</dt> |
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html" title="interface in org.janusgraph.diskstorage">StaticBuffer</a>>, <a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html" title="interface in org.janusgraph.diskstorage">StaticBuffer</a></dd> |
|
</dl> |
|
<hr> |
|
<br> |
|
<pre>public class <span class="typeNameLabel">ReadArrayBuffer</span> |
|
extends <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html" title="class in org.janusgraph.diskstorage.util">StaticArrayBuffer</a> |
|
implements <a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></pre> |
|
<div class="block">Implementation of <a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage"><code>ReadBuffer</code></a> against a byte array. |
|
|
|
Note, that the position does not impact the state of the object. Meaning, equals, hashcode, |
|
and compare ignore the position.</div> |
|
<dl> |
|
<dt><span class="simpleTagLabel">Author:</span></dt> |
|
<dd>Matthias Broecheler (me@matthiasb.com)</dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="summary"> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
|
|
<ul class="blockList"> |
|
<li class="blockList"><a name="nested.class.summary"> |
|
|
|
</a> |
|
<h3>Nested Class Summary</h3> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="nested.classes.inherited.from.class.org.janusgraph.diskstorage.StaticBuffer"> |
|
|
|
</a> |
|
<h3>Nested classes/interfaces inherited from interface org.janusgraph.diskstorage.<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html" title="interface in org.janusgraph.diskstorage">StaticBuffer</a></h3> |
|
<code><a href="../../../../org/janusgraph/diskstorage/StaticBuffer.Factory.html" title="interface in org.janusgraph.diskstorage">StaticBuffer.Factory</a><<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.Factory.html" title="type parameter in StaticBuffer.Factory">T</a>></code></li> |
|
</ul> |
|
</li> |
|
</ul> |
|
|
|
<ul class="blockList"> |
|
<li class="blockList"><a name="field.summary"> |
|
|
|
</a> |
|
<h3>Field Summary</h3> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="fields.inherited.from.class.org.janusgraph.diskstorage.util.StaticArrayBuffer"> |
|
|
|
</a> |
|
<h3>Fields inherited from class org.janusgraph.diskstorage.util.<a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html" title="class in org.janusgraph.diskstorage.util">StaticArrayBuffer</a></h3> |
|
<code><a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#BYTE_LEN">BYTE_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#CHAR_LEN">CHAR_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#DOUBLE_LEN">DOUBLE_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#FLOAT_LEN">FLOAT_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#INT_LEN">INT_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#LONG_LEN">LONG_LEN</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#SHORT_LEN">SHORT_LEN</a></code></li> |
|
</ul> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="fields.inherited.from.class.org.janusgraph.diskstorage.StaticBuffer"> |
|
|
|
</a> |
|
<h3>Fields inherited from interface org.janusgraph.diskstorage.<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html" title="interface in org.janusgraph.diskstorage">StaticBuffer</a></h3> |
|
<code><a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#ARRAY_FACTORY">ARRAY_FACTORY</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#BB_FACTORY">BB_FACTORY</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#STATIC_FACTORY">STATIC_FACTORY</a></code></li> |
|
</ul> |
|
</li> |
|
</ul> |
|
|
|
<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"> </span></caption> |
|
<tr> |
|
<th class="colFirst" scope="col">Modifier</th> |
|
<th class="colLast" scope="col">Constructor and Description</th> |
|
</tr> |
|
<tr class="altColor"> |
|
<td class="colFirst"><code> </code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#ReadArrayBuffer-byte:A-">ReadArrayBuffer</a></span>(byte[] array)</code> </td> |
|
</tr> |
|
<tr class="rowColor"> |
|
<td class="colFirst"><code>protected </code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#ReadArrayBuffer-byte:A-int-">ReadArrayBuffer</a></span>(byte[] array, |
|
int limit)</code> </td> |
|
</tr> |
|
</table> |
|
</li> |
|
</ul> |
|
|
|
<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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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><T> T</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#asRelative-org.janusgraph.diskstorage.StaticBuffer.Factory-">asRelative</a></span>(<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.Factory.html" title="interface in org.janusgraph.diskstorage">StaticBuffer.Factory</a><T> factory)</code> </td> |
|
</tr> |
|
<tr id="i1" class="rowColor"> |
|
<td class="colFirst"><code>boolean</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getBoolean--">getBoolean</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i2" class="altColor"> |
|
<td class="colFirst"><code>byte</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getByte--">getByte</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i3" class="rowColor"> |
|
<td class="colFirst"><code>byte[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getBytes-int-">getBytes</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i4" class="altColor"> |
|
<td class="colFirst"><code>char</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getChar--">getChar</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i5" class="rowColor"> |
|
<td class="colFirst"><code>char[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getChars-int-">getChars</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i6" class="altColor"> |
|
<td class="colFirst"><code>double</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getDouble--">getDouble</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i7" class="rowColor"> |
|
<td class="colFirst"><code>double[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getDoubles-int-">getDoubles</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i8" class="altColor"> |
|
<td class="colFirst"><code>float</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getFloat--">getFloat</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i9" class="rowColor"> |
|
<td class="colFirst"><code>float[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getFloats-int-">getFloats</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i10" class="altColor"> |
|
<td class="colFirst"><code>int</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getInt--">getInt</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i11" class="rowColor"> |
|
<td class="colFirst"><code>int[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getInts-int-">getInts</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i12" class="altColor"> |
|
<td class="colFirst"><code>long</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getLong--">getLong</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i13" class="rowColor"> |
|
<td class="colFirst"><code>long[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getLongs-int-">getLongs</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i14" class="altColor"> |
|
<td class="colFirst"><code>int</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getPosition--">getPosition</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i15" class="rowColor"> |
|
<td class="colFirst"><code>short</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getShort--">getShort</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i16" class="altColor"> |
|
<td class="colFirst"><code>short[]</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#getShorts-int-">getShorts</a></span>(int length)</code> </td> |
|
</tr> |
|
<tr id="i17" class="rowColor"> |
|
<td class="colFirst"><code>boolean</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#hasRemaining--">hasRemaining</a></span>()</code> </td> |
|
</tr> |
|
<tr id="i18" class="altColor"> |
|
<td class="colFirst"><code>void</code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#movePositionTo-int-">movePositionTo</a></span>(int newPosition)</code> </td> |
|
</tr> |
|
<tr id="i19" class="rowColor"> |
|
<td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></code></td> |
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/ReadArrayBuffer.html#subrange-int-boolean-">subrange</a></span>(int length, |
|
boolean invert)</code> </td> |
|
</tr> |
|
</table> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="methods.inherited.from.class.org.janusgraph.diskstorage.util.StaticArrayBuffer"> |
|
|
|
</a> |
|
<h3>Methods inherited from class org.janusgraph.diskstorage.util.<a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html" title="class in org.janusgraph.diskstorage.util">StaticArrayBuffer</a></h3> |
|
<code><a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#as-org.janusgraph.diskstorage.StaticBuffer.Factory-">as</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#as-org.janusgraph.diskstorage.StaticBuffer.Factory-int-int-">as</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#asByteBuffer--">asByteBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#asReadBuffer--">asReadBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#compareTo-byte:A-int-int-">compareTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#compareTo-int-org.janusgraph.diskstorage.util.StaticArrayBuffer-int-">compareTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#compareTo-int-org.janusgraph.diskstorage.StaticBuffer-int-">compareTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#compareTo-org.janusgraph.diskstorage.util.StaticArrayBuffer-">compareTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#compareTo-org.janusgraph.diskstorage.StaticBuffer-">compareTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#copyTo-byte:A-int-">copyTo</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#equals-java.lang.Object-">equals</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getBoolean-int-">getBoolean</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getByte-int-">getByte</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getBytes-int-int-">getBytes</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getChar-int-">getChar</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getChars-int-int-">getChars</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getDouble-int-">getDouble</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getDoubles-int-int-">getDoubles</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getFloat-int-">getFloat</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getFloats-int-int-">getFloats</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getInt-byte:A-int-">getInt</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getInt-int-">getInt</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getInts-int-int-">getInts</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getLong-byte:A-int-">getLong</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getLong-int-">getLong</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getLongs-int-int-">getLongs</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getShort-int-">getShort</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#getShorts-int-int-">getShorts</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#hashCode--">hashCode</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#hashCode-int-">hashCode</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#length--">length</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#of-byte:A-">of</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#of-java.nio.ByteBuffer-">of</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#putInt-byte:A-int-int-">putInt</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#putLong-byte:A-int-long-">putLong</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#subrange-int-int-">subrange</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#subrange-int-int-boolean-">subrange</a>, <a href="../../../../org/janusgraph/diskstorage/util/StaticArrayBuffer.html#toString--">toString</a></code></li> |
|
</ul> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> |
|
|
|
</a> |
|
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> |
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> |
|
</ul> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="methods.inherited.from.class.org.janusgraph.diskstorage.StaticBuffer"> |
|
|
|
</a> |
|
<h3>Methods inherited from interface org.janusgraph.diskstorage.<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html" title="interface in org.janusgraph.diskstorage">StaticBuffer</a></h3> |
|
<code><a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#as-org.janusgraph.diskstorage.StaticBuffer.Factory-">as</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#asByteBuffer--">asByteBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#asReadBuffer--">asReadBuffer</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getBoolean-int-">getBoolean</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getByte-int-">getByte</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getBytes-int-int-">getBytes</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getChar-int-">getChar</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getChars-int-int-">getChars</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getDouble-int-">getDouble</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getDoubles-int-int-">getDoubles</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getFloat-int-">getFloat</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getFloats-int-int-">getFloats</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getInt-int-">getInt</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getInts-int-int-">getInts</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getLong-int-">getLong</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getLongs-int-int-">getLongs</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getShort-int-">getShort</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#getShorts-int-int-">getShorts</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#length--">length</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#subrange-int-int-">subrange</a>, <a href="../../../../org/janusgraph/diskstorage/StaticBuffer.html#subrange-int-int-boolean-">subrange</a></code></li> |
|
</ul> |
|
<ul class="blockList"> |
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Comparable"> |
|
|
|
</a> |
|
<h3>Methods inherited from interface java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a></h3> |
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-" title="class or interface in java.lang">compareTo</a></code></li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="details"> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
|
|
<ul class="blockList"> |
|
<li class="blockList"><a name="constructor.detail"> |
|
|
|
</a> |
|
<h3>Constructor Detail</h3> |
|
<a name="ReadArrayBuffer-byte:A-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>ReadArrayBuffer</h4> |
|
<pre>public ReadArrayBuffer(byte[] array)</pre> |
|
</li> |
|
</ul> |
|
<a name="ReadArrayBuffer-byte:A-int-"> |
|
|
|
</a> |
|
<ul class="blockListLast"> |
|
<li class="blockList"> |
|
<h4>ReadArrayBuffer</h4> |
|
<pre>protected ReadArrayBuffer(byte[] array, |
|
int limit)</pre> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
|
|
<ul class="blockList"> |
|
<li class="blockList"><a name="method.detail"> |
|
|
|
</a> |
|
<h3>Method Detail</h3> |
|
<a name="getPosition--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getPosition</h4> |
|
<pre>public int getPosition()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html#getPosition--">getPosition</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="hasRemaining--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>hasRemaining</h4> |
|
<pre>public boolean hasRemaining()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#hasRemaining--">hasRemaining</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="movePositionTo-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>movePositionTo</h4> |
|
<pre>public void movePositionTo(int newPosition)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html#movePositionTo-int-">movePositionTo</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getByte--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getByte</h4> |
|
<pre>public byte getByte()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getByte--">getByte</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getBoolean--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getBoolean</h4> |
|
<pre>public boolean getBoolean()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getBoolean--">getBoolean</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getShort--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getShort</h4> |
|
<pre>public short getShort()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getShort--">getShort</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getInt--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getInt</h4> |
|
<pre>public int getInt()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getInt--">getInt</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getLong--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getLong</h4> |
|
<pre>public long getLong()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getLong--">getLong</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getChar--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getChar</h4> |
|
<pre>public char getChar()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getChar--">getChar</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getFloat--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getFloat</h4> |
|
<pre>public float getFloat()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getFloat--">getFloat</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getDouble--"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getDouble</h4> |
|
<pre>public double getDouble()</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getDouble--">getDouble</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getBytes-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getBytes</h4> |
|
<pre>public byte[] getBytes(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getBytes-int-">getBytes</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getShorts-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getShorts</h4> |
|
<pre>public short[] getShorts(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getShorts-int-">getShorts</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getInts-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getInts</h4> |
|
<pre>public int[] getInts(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getInts-int-">getInts</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getLongs-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getLongs</h4> |
|
<pre>public long[] getLongs(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getLongs-int-">getLongs</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getChars-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getChars</h4> |
|
<pre>public char[] getChars(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getChars-int-">getChars</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getFloats-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getFloats</h4> |
|
<pre>public float[] getFloats(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getFloats-int-">getFloats</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="getDoubles-int-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>getDoubles</h4> |
|
<pre>public double[] getDoubles(int length)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html#getDoubles-int-">getDoubles</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="asRelative-org.janusgraph.diskstorage.StaticBuffer.Factory-"> |
|
|
|
</a> |
|
<ul class="blockList"> |
|
<li class="blockList"> |
|
<h4>asRelative</h4> |
|
<pre>public <T> T asRelative(<a href="../../../../org/janusgraph/diskstorage/StaticBuffer.Factory.html" title="interface in org.janusgraph.diskstorage">StaticBuffer.Factory</a><T> factory)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html#asRelative-org.janusgraph.diskstorage.StaticBuffer.Factory-">asRelative</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
<a name="subrange-int-boolean-"> |
|
|
|
</a> |
|
<ul class="blockListLast"> |
|
<li class="blockList"> |
|
<h4>subrange</h4> |
|
<pre>public <a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a> subrange(int length, |
|
boolean invert)</pre> |
|
<dl> |
|
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
|
<dd><code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html#subrange-int-boolean-">subrange</a></code> in interface <code><a href="../../../../org/janusgraph/diskstorage/ReadBuffer.html" title="interface in org.janusgraph.diskstorage">ReadBuffer</a></code></dd> |
|
</dl> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<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/ReadArrayBuffer.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> |
|
<div class="subNav"> |
|
<ul class="navList"> |
|
<li><a href="../../../../org/janusgraph/diskstorage/util/NoLock.html" title="class in org.janusgraph.diskstorage.util"><span class="typeNameLink">Prev Class</span></a></li> |
|
<li><a href="../../../../org/janusgraph/diskstorage/util/RecordIterator.html" title="interface in org.janusgraph.diskstorage.util"><span class="typeNameLink">Next Class</span></a></li> |
|
</ul> |
|
<ul class="navList"> |
|
<li><a href="../../../../index.html?org/janusgraph/diskstorage/util/ReadArrayBuffer.html" target="_top">Frames</a></li> |
|
<li><a href="ReadArrayBuffer.html" target="_top">No Frames</a></li> |
|
</ul> |
|
<ul class="navList" id="allclasses_navbar_bottom"> |
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
|
</ul> |
|
<div> |
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
</div> |
|
<div> |
|
<ul class="subNavList"> |
|
<li>Summary: </li> |
|
<li>Nested | </li> |
|
<li><a href="#fields.inherited.from.class.org.janusgraph.diskstorage.util.StaticArrayBuffer">Field</a> | </li> |
|
<li><a href="#constructor.summary">Constr</a> | </li> |
|
<li><a href="#method.summary">Method</a></li> |
|
</ul> |
|
<ul class="subNavList"> |
|
<li>Detail: </li> |
|
<li>Field | </li> |
|
<li><a href="#constructor.detail">Constr</a> | </li> |
|
<li><a href="#method.detail">Method</a></li> |
|
</ul> |
|
</div> |
|
<a name="skip.navbar.bottom"> |
|
|
|
</a></div> |
|
|
|
<p class="legalCopy"><small>Copyright © 2012–2023. All rights reserved.</small></p> |
|
</body> |
|
</html> |
|
|