Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0e2bc5b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Oct 4, 2024
1 parent 5337840 commit b541bcc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static java.nio.ByteBuffer</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toByteBuffer(byte%5B%5D)">toByteBuffer</a></span>&#8203;(byte[]&nbsp;bytes)</code></th>
<td class="colFirst"><code>static byte[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reverse(byte%5B%5D)">reverse</a></span>&#8203;(byte[]&nbsp;array)</code></th>
<td class="colLast">
<div class="block">Wraps a byte array into a <code>ByteBuffer</code>.</div>
<div class="block">Reverses the order of bytes in the given byte array.</div>
</td>
</tr>
</table>
Expand Down Expand Up @@ -254,19 +254,19 @@ <h4>copy</h4>
</dl>
</li>
</ul>
<a id="toByteBuffer(byte[])">
<a id="reverse(byte[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toByteBuffer</h4>
<pre class="methodSignature">public static&nbsp;java.nio.ByteBuffer&nbsp;toByteBuffer&#8203;(byte[]&nbsp;bytes)</pre>
<div class="block">Wraps a byte array into a <code>ByteBuffer</code>.</div>
<h4>reverse</h4>
<pre class="methodSignature">public static&nbsp;byte[]&nbsp;reverse&#8203;(byte[]&nbsp;array)</pre>
<div class="block">Reverses the order of bytes in the given byte array.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>bytes</code> - the byte array to wrap</dd>
<dd><code>array</code> - the byte array to be reversed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a ByteBuffer containing the given byte array</dd>
<dd>a new byte array with the bytes in reverse order</dd>
</dl>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,10 @@ <h2 class="title">R</h2>
<dd>
<div class="block">The public key for the rent sysvar account.</div>
</dd>
<dt><span class="memberNameLink"><a href="com.lmax.solana4j/com/lmax/solana4j/util/ByteBufferPrimitiveArray.html#reverse(byte%5B%5D)">reverse(byte[])</a></span> - Static method in class com.lmax.solana4j.util.<a href="com.lmax.solana4j/com/lmax/solana4j/util/ByteBufferPrimitiveArray.html" title="class in com.lmax.solana4j.util">ByteBufferPrimitiveArray</a></dt>
<dd>
<div class="block">Reverses the order of bytes in the given byte array.</div>
</dd>
</dl>
<a id="I:S">
<!-- -->
Expand Down Expand Up @@ -1197,10 +1201,6 @@ <h2 class="title">S</h2>
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com.lmax.solana4j/com/lmax/solana4j/util/ByteBufferPrimitiveArray.html#toByteBuffer(byte%5B%5D)">toByteBuffer(byte[])</a></span> - Static method in class com.lmax.solana4j.util.<a href="com.lmax.solana4j/com/lmax/solana4j/util/ByteBufferPrimitiveArray.html" title="class in com.lmax.solana4j.util">ByteBufferPrimitiveArray</a></dt>
<dd>
<div class="block">Wraps a byte array into a <code>ByteBuffer</code>.</div>
</dd>
<dt><a href="com.lmax.solana4j/com/lmax/solana4j/programs/Token2022Program.html" title="class in com.lmax.solana4j.programs"><span class="typeNameLink">Token2022Program</span></a> - Class in <a href="com.lmax.solana4j/com/lmax/solana4j/programs/package-summary.html">com.lmax.solana4j.programs</a></dt>
<dd>
<div class="block">Program for managing Token 2022 operations on the Solana blockchain.</div>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

Binary file modified member-search-index.zip
Binary file not shown.
Binary file modified module-search-index.zip
Binary file not shown.
Binary file modified package-search-index.zip
Binary file not shown.
Binary file modified type-search-index.zip
Binary file not shown.

0 comments on commit b541bcc

Please sign in to comment.