diff options
Diffstat (limited to 'javadoc/net/minecraft/network/PacketBuffer.html')
| -rw-r--r-- | javadoc/net/minecraft/network/PacketBuffer.html | 3004 |
1 files changed, 3004 insertions, 0 deletions
diff --git a/javadoc/net/minecraft/network/PacketBuffer.html b/javadoc/net/minecraft/network/PacketBuffer.html new file mode 100644 index 0000000..d4be901 --- /dev/null +++ b/javadoc/net/minecraft/network/PacketBuffer.html @@ -0,0 +1,3004 @@ +<!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 (version 1.7.0_65) on Thu Feb 05 20:10:09 EST 2015 --> +<title>PacketBuffer (Forge API)</title> +<meta name="date" content="2015-02-05"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="PacketBuffer (Forge API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../net/minecraft/network/Packet.html" title="class in net.minecraft.network"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/network/PingResponseHandler.html" title="class in net.minecraft.network"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/network/PacketBuffer.html" target="_top">Frames</a></li> +<li><a href="PacketBuffer.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"><!-- + 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: </li> +<li>Nested | </li> +<li>Field | </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> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">net.minecraft.network</div> +<h2 title="Class PacketBuffer" class="title">Class PacketBuffer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>io.netty.buffer.ByteBuf</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.network.PacketBuffer</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>io.netty.util.ReferenceCounted, java.lang.Comparable<io.netty.buffer.ByteBuf></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">PacketBuffer</span> +extends io.netty.buffer.ByteBuf</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" 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="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#PacketBuffer(io.netty.buffer.ByteBuf)">PacketBuffer</a></strong>(io.netty.buffer.ByteBuf p_i45154_1_)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBufAllocator</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#alloc()">alloc</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#array()">array</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#arrayOffset()">arrayOffset</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#bytesBefore(byte)">bytesBefore</a></strong>(byte p_bytesBefore_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#bytesBefore(int,%20byte)">bytesBefore</a></strong>(int p_bytesBefore_1_, + byte p_bytesBefore_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#bytesBefore(int,%20int,%20byte)">bytesBefore</a></strong>(int p_bytesBefore_1_, + int p_bytesBefore_2_, + byte p_bytesBefore_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#capacity()">capacity</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#capacity(int)">capacity</a></strong>(int p_capacity_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#clear()">clear</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#compareTo(io.netty.buffer.ByteBuf)">compareTo</a></strong>(io.netty.buffer.ByteBuf p_compareTo_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#copy()">copy</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#copy(int,%20int)">copy</a></strong>(int p_copy_1_, + int p_copy_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#discardReadBytes()">discardReadBytes</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#discardSomeReadBytes()">discardSomeReadBytes</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#duplicate()">duplicate</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#ensureWritable(int)">ensureWritable</a></strong>(int p_ensureWritable_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#ensureWritable(int,%20boolean)">ensureWritable</a></strong>(int p_ensureWritable_1_, + boolean p_ensureWritable_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object p_equals_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#forEachByte(io.netty.buffer.ByteBufProcessor)">forEachByte</a></strong>(io.netty.buffer.ByteBufProcessor p_forEachByte_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#forEachByte(int,%20int,%20io.netty.buffer.ByteBufProcessor)">forEachByte</a></strong>(int p_forEachByte_1_, + int p_forEachByte_2_, + io.netty.buffer.ByteBufProcessor p_forEachByte_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#forEachByteDesc(io.netty.buffer.ByteBufProcessor)">forEachByteDesc</a></strong>(io.netty.buffer.ByteBufProcessor p_forEachByteDesc_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#forEachByteDesc(int,%20int,%20io.netty.buffer.ByteBufProcessor)">forEachByteDesc</a></strong>(int p_forEachByteDesc_1_, + int p_forEachByteDesc_2_, + io.netty.buffer.ByteBufProcessor p_forEachByteDesc_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBoolean(int)">getBoolean</a></strong>(int p_getBoolean_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>byte</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getByte(int)">getByte</a></strong>(int p_getByte_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20byte[])">getBytes</a></strong>(int p_getBytes_1_, + byte[] p_getBytes_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20byte[],%20int,%20int)">getBytes</a></strong>(int p_getBytes_1_, + byte[] p_getBytes_2_, + int p_getBytes_3_, + int p_getBytes_4_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20io.netty.buffer.ByteBuf)">getBytes</a></strong>(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20java.nio.ByteBuffer)">getBytes</a></strong>(int p_getBytes_1_, + java.nio.ByteBuffer p_getBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20io.netty.buffer.ByteBuf,%20int)">getBytes</a></strong>(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_, + int p_getBytes_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20io.netty.buffer.ByteBuf,%20int,%20int)">getBytes</a></strong>(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_, + int p_getBytes_3_, + int p_getBytes_4_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20java.nio.channels.GatheringByteChannel,%20int)">getBytes</a></strong>(int p_getBytes_1_, + java.nio.channels.GatheringByteChannel p_getBytes_2_, + int p_getBytes_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getBytes(int,%20java.io.OutputStream,%20int)">getBytes</a></strong>(int p_getBytes_1_, + java.io.OutputStream p_getBytes_2_, + int p_getBytes_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>char</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getChar(int)">getChar</a></strong>(int p_getChar_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getDouble(int)">getDouble</a></strong>(int p_getDouble_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getFloat(int)">getFloat</a></strong>(int p_getFloat_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getInt(int)">getInt</a></strong>(int p_getInt_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getLong(int)">getLong</a></strong>(int p_getLong_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getMedium(int)">getMedium</a></strong>(int p_getMedium_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getShort(int)">getShort</a></strong>(int p_getShort_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getUnsignedByte(int)">getUnsignedByte</a></strong>(int p_getUnsignedByte_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getUnsignedInt(int)">getUnsignedInt</a></strong>(int p_getUnsignedInt_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getUnsignedMedium(int)">getUnsignedMedium</a></strong>(int p_getUnsignedMedium_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getUnsignedShort(int)">getUnsignedShort</a></strong>(int p_getUnsignedShort_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#getVarIntSize(int)">getVarIntSize</a></strong>(int p_150790_0_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#hasArray()">hasArray</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#hashCode()">hashCode</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#hasMemoryAddress()">hasMemoryAddress</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#indexOf(int,%20int,%20byte)">indexOf</a></strong>(int p_indexOf_1_, + int p_indexOf_2_, + byte p_indexOf_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.nio.ByteBuffer</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#internalNioBuffer(int,%20int)">internalNioBuffer</a></strong>(int p_internalNioBuffer_1_, + int p_internalNioBuffer_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#isDirect()">isDirect</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#isReadable()">isReadable</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#isReadable(int)">isReadable</a></strong>(int p_isReadable_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#isWritable()">isWritable</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#isWritable(int)">isWritable</a></strong>(int p_isWritable_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#markReaderIndex()">markReaderIndex</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#markWriterIndex()">markWriterIndex</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#maxCapacity()">maxCapacity</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#maxWritableBytes()">maxWritableBytes</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#memoryAddress()">memoryAddress</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.nio.ByteBuffer</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#nioBuffer()">nioBuffer</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.nio.ByteBuffer</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#nioBuffer(int,%20int)">nioBuffer</a></strong>(int p_nioBuffer_1_, + int p_nioBuffer_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#nioBufferCount()">nioBufferCount</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.nio.ByteBuffer[]</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#nioBuffers()">nioBuffers</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.nio.ByteBuffer[]</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#nioBuffers(int,%20int)">nioBuffers</a></strong>(int p_nioBuffers_1_, + int p_nioBuffers_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.nio.ByteOrder</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#order()">order</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#order(java.nio.ByteOrder)">order</a></strong>(java.nio.ByteOrder p_order_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readableBytes()">readableBytes</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBoolean()">readBoolean</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>byte</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readByte()">readByte</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(byte[])">readBytes</a></strong>(byte[] p_readBytes_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(byte[],%20int,%20int)">readBytes</a></strong>(byte[] p_readBytes_1_, + int p_readBytes_2_, + int p_readBytes_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(io.netty.buffer.ByteBuf)">readBytes</a></strong>(io.netty.buffer.ByteBuf p_readBytes_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(java.nio.ByteBuffer)">readBytes</a></strong>(java.nio.ByteBuffer p_readBytes_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(io.netty.buffer.ByteBuf,%20int)">readBytes</a></strong>(io.netty.buffer.ByteBuf p_readBytes_1_, + int p_readBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(io.netty.buffer.ByteBuf,%20int,%20int)">readBytes</a></strong>(io.netty.buffer.ByteBuf p_readBytes_1_, + int p_readBytes_2_, + int p_readBytes_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(java.nio.channels.GatheringByteChannel,%20int)">readBytes</a></strong>(java.nio.channels.GatheringByteChannel p_readBytes_1_, + int p_readBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(int)">readBytes</a></strong>(int p_readBytes_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readBytes(java.io.OutputStream,%20int)">readBytes</a></strong>(java.io.OutputStream p_readBytes_1_, + int p_readBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>char</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readChar()">readChar</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readDouble()">readDouble</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readerIndex()">readerIndex</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readerIndex(int)">readerIndex</a></strong>(int p_readerIndex_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readFloat()">readFloat</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readInt()">readInt</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readItemStackFromBuffer()">readItemStackFromBuffer</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readLong()">readLong</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readMedium()">readMedium</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readNBTTagCompoundFromBuffer()">readNBTTagCompoundFromBuffer</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readShort()">readShort</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readSlice(int)">readSlice</a></strong>(int p_readSlice_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readStringFromBuffer(int)">readStringFromBuffer</a></strong>(int p_150789_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readUnsignedByte()">readUnsignedByte</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readUnsignedInt()">readUnsignedInt</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readUnsignedMedium()">readUnsignedMedium</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readUnsignedShort()">readUnsignedShort</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#readVarIntFromBuffer()">readVarIntFromBuffer</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#refCnt()">refCnt</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#release()">release</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#release(int)">release</a></strong>(int p_release_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#resetReaderIndex()">resetReaderIndex</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#resetWriterIndex()">resetWriterIndex</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#retain()">retain</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#retain(int)">retain</a></strong>(int p_retain_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBoolean(int,%20boolean)">setBoolean</a></strong>(int p_setBoolean_1_, + boolean p_setBoolean_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setByte(int,%20int)">setByte</a></strong>(int p_setByte_1_, + int p_setByte_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20byte[])">setBytes</a></strong>(int p_setBytes_1_, + byte[] p_setBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20byte[],%20int,%20int)">setBytes</a></strong>(int p_setBytes_1_, + byte[] p_setBytes_2_, + int p_setBytes_3_, + int p_setBytes_4_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20io.netty.buffer.ByteBuf)">setBytes</a></strong>(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20java.nio.ByteBuffer)">setBytes</a></strong>(int p_setBytes_1_, + java.nio.ByteBuffer p_setBytes_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20io.netty.buffer.ByteBuf,%20int)">setBytes</a></strong>(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_, + int p_setBytes_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20io.netty.buffer.ByteBuf,%20int,%20int)">setBytes</a></strong>(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_, + int p_setBytes_3_, + int p_setBytes_4_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20java.io.InputStream,%20int)">setBytes</a></strong>(int p_setBytes_1_, + java.io.InputStream p_setBytes_2_, + int p_setBytes_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setBytes(int,%20java.nio.channels.ScatteringByteChannel,%20int)">setBytes</a></strong>(int p_setBytes_1_, + java.nio.channels.ScatteringByteChannel p_setBytes_2_, + int p_setBytes_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setChar(int,%20int)">setChar</a></strong>(int p_setChar_1_, + int p_setChar_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setDouble(int,%20double)">setDouble</a></strong>(int p_setDouble_1_, + double p_setDouble_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setFloat(int,%20float)">setFloat</a></strong>(int p_setFloat_1_, + float p_setFloat_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setIndex(int,%20int)">setIndex</a></strong>(int p_setIndex_1_, + int p_setIndex_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setInt(int,%20int)">setInt</a></strong>(int p_setInt_1_, + int p_setInt_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setLong(int,%20long)">setLong</a></strong>(int p_setLong_1_, + long p_setLong_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setMedium(int,%20int)">setMedium</a></strong>(int p_setMedium_1_, + int p_setMedium_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setShort(int,%20int)">setShort</a></strong>(int p_setShort_1_, + int p_setShort_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#setZero(int,%20int)">setZero</a></strong>(int p_setZero_1_, + int p_setZero_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#skipBytes(int)">skipBytes</a></strong>(int p_skipBytes_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#slice()">slice</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#slice(int,%20int)">slice</a></strong>(int p_slice_1_, + int p_slice_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#toString()">toString</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#toString(java.nio.charset.Charset)">toString</a></strong>(java.nio.charset.Charset p_toString_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#toString(int,%20int,%20java.nio.charset.Charset)">toString</a></strong>(int p_toString_1_, + int p_toString_2_, + java.nio.charset.Charset p_toString_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#unwrap()">unwrap</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writableBytes()">writableBytes</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBoolean(boolean)">writeBoolean</a></strong>(boolean p_writeBoolean_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeByte(int)">writeByte</a></strong>(int p_writeByte_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(byte[])">writeBytes</a></strong>(byte[] p_writeBytes_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(byte[],%20int,%20int)">writeBytes</a></strong>(byte[] p_writeBytes_1_, + int p_writeBytes_2_, + int p_writeBytes_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(io.netty.buffer.ByteBuf)">writeBytes</a></strong>(io.netty.buffer.ByteBuf p_writeBytes_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(java.nio.ByteBuffer)">writeBytes</a></strong>(java.nio.ByteBuffer p_writeBytes_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(io.netty.buffer.ByteBuf,%20int)">writeBytes</a></strong>(io.netty.buffer.ByteBuf p_writeBytes_1_, + int p_writeBytes_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(io.netty.buffer.ByteBuf,%20int,%20int)">writeBytes</a></strong>(io.netty.buffer.ByteBuf p_writeBytes_1_, + int p_writeBytes_2_, + int p_writeBytes_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(java.io.InputStream,%20int)">writeBytes</a></strong>(java.io.InputStream p_writeBytes_1_, + int p_writeBytes_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeBytes(java.nio.channels.ScatteringByteChannel,%20int)">writeBytes</a></strong>(java.nio.channels.ScatteringByteChannel p_writeBytes_1_, + int p_writeBytes_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeChar(int)">writeChar</a></strong>(int p_writeChar_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeDouble(double)">writeDouble</a></strong>(double p_writeDouble_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeFloat(float)">writeFloat</a></strong>(float p_writeFloat_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeInt(int)">writeInt</a></strong>(int p_writeInt_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeItemStackToBuffer(net.minecraft.item.ItemStack)">writeItemStackToBuffer</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_150788_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeLong(long)">writeLong</a></strong>(long p_writeLong_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeMedium(int)">writeMedium</a></strong>(int p_writeMedium_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeNBTTagCompoundToBuffer(net.minecraft.nbt.NBTTagCompound)">writeNBTTagCompoundToBuffer</a></strong>(<a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a> p_150786_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writerIndex()">writerIndex</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writerIndex(int)">writerIndex</a></strong>(int p_writerIndex_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeShort(int)">writeShort</a></strong>(int p_writeShort_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeStringToBuffer(java.lang.String)">writeStringToBuffer</a></strong>(java.lang.String p_150785_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeVarIntToBuffer(int)">writeVarIntToBuffer</a></strong>(int p_150787_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/network/PacketBuffer.html#writeZero(int)">writeZero</a></strong>(int p_writeZero_1_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="PacketBuffer(io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PacketBuffer</h4> +<pre>public PacketBuffer(io.netty.buffer.ByteBuf p_i45154_1_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getVarIntSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVarIntSize</h4> +<pre>public static int getVarIntSize(int p_150790_0_)</pre> +</li> +</ul> +<a name="readVarIntFromBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readVarIntFromBuffer</h4> +<pre>public int readVarIntFromBuffer()</pre> +</li> +</ul> +<a name="writeVarIntToBuffer(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeVarIntToBuffer</h4> +<pre>public void writeVarIntToBuffer(int p_150787_1_)</pre> +</li> +</ul> +<a name="writeNBTTagCompoundToBuffer(net.minecraft.nbt.NBTTagCompound)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeNBTTagCompoundToBuffer</h4> +<pre>public void writeNBTTagCompoundToBuffer(<a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a> p_150786_1_) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="readNBTTagCompoundFromBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readNBTTagCompoundFromBuffer</h4> +<pre>public <a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a> readNBTTagCompoundFromBuffer() + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="writeItemStackToBuffer(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeItemStackToBuffer</h4> +<pre>public void writeItemStackToBuffer(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_150788_1_) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="readItemStackFromBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readItemStackFromBuffer</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> readItemStackFromBuffer() + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="readStringFromBuffer(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readStringFromBuffer</h4> +<pre>public java.lang.String readStringFromBuffer(int p_150789_1_) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="writeStringToBuffer(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeStringToBuffer</h4> +<pre>public void writeStringToBuffer(java.lang.String p_150785_1_) + throws java.io.IOException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="capacity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>capacity</h4> +<pre>public int capacity()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>capacity</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="capacity(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>capacity</h4> +<pre>public io.netty.buffer.ByteBuf capacity(int p_capacity_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>capacity</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="maxCapacity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>maxCapacity</h4> +<pre>public int maxCapacity()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>maxCapacity</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="alloc()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>alloc</h4> +<pre>public io.netty.buffer.ByteBufAllocator alloc()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>alloc</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="order()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>order</h4> +<pre>public java.nio.ByteOrder order()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>order</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="order(java.nio.ByteOrder)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>order</h4> +<pre>public io.netty.buffer.ByteBuf order(java.nio.ByteOrder p_order_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>order</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="unwrap()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unwrap</h4> +<pre>public io.netty.buffer.ByteBuf unwrap()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>unwrap</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="isDirect()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isDirect</h4> +<pre>public boolean isDirect()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>isDirect</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readerIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readerIndex</h4> +<pre>public int readerIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readerIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readerIndex(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readerIndex</h4> +<pre>public io.netty.buffer.ByteBuf readerIndex(int p_readerIndex_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readerIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writerIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writerIndex</h4> +<pre>public int writerIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writerIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writerIndex(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writerIndex</h4> +<pre>public io.netty.buffer.ByteBuf writerIndex(int p_writerIndex_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writerIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setIndex(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIndex</h4> +<pre>public io.netty.buffer.ByteBuf setIndex(int p_setIndex_1_, + int p_setIndex_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readableBytes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readableBytes</h4> +<pre>public int readableBytes()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readableBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writableBytes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writableBytes</h4> +<pre>public int writableBytes()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writableBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="maxWritableBytes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>maxWritableBytes</h4> +<pre>public int maxWritableBytes()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>maxWritableBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="isReadable()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isReadable</h4> +<pre>public boolean isReadable()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>isReadable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="isReadable(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isReadable</h4> +<pre>public boolean isReadable(int p_isReadable_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>isReadable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="isWritable()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isWritable</h4> +<pre>public boolean isWritable()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>isWritable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="isWritable(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isWritable</h4> +<pre>public boolean isWritable(int p_isWritable_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>isWritable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre>public io.netty.buffer.ByteBuf clear()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>clear</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="markReaderIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markReaderIndex</h4> +<pre>public io.netty.buffer.ByteBuf markReaderIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>markReaderIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="resetReaderIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>resetReaderIndex</h4> +<pre>public io.netty.buffer.ByteBuf resetReaderIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>resetReaderIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="markWriterIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markWriterIndex</h4> +<pre>public io.netty.buffer.ByteBuf markWriterIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>markWriterIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="resetWriterIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>resetWriterIndex</h4> +<pre>public io.netty.buffer.ByteBuf resetWriterIndex()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>resetWriterIndex</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="discardReadBytes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>discardReadBytes</h4> +<pre>public io.netty.buffer.ByteBuf discardReadBytes()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>discardReadBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="discardSomeReadBytes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>discardSomeReadBytes</h4> +<pre>public io.netty.buffer.ByteBuf discardSomeReadBytes()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>discardSomeReadBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="ensureWritable(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ensureWritable</h4> +<pre>public io.netty.buffer.ByteBuf ensureWritable(int p_ensureWritable_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>ensureWritable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="ensureWritable(int, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ensureWritable</h4> +<pre>public int ensureWritable(int p_ensureWritable_1_, + boolean p_ensureWritable_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>ensureWritable</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBoolean(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBoolean</h4> +<pre>public boolean getBoolean(int p_getBoolean_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBoolean</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getByte(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getByte</h4> +<pre>public byte getByte(int p_getByte_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getUnsignedByte(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnsignedByte</h4> +<pre>public short getUnsignedByte(int p_getUnsignedByte_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getUnsignedByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getShort(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getShort</h4> +<pre>public short getShort(int p_getShort_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getUnsignedShort(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnsignedShort</h4> +<pre>public int getUnsignedShort(int p_getUnsignedShort_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getUnsignedShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getMedium(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMedium</h4> +<pre>public int getMedium(int p_getMedium_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getUnsignedMedium(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnsignedMedium</h4> +<pre>public int getUnsignedMedium(int p_getUnsignedMedium_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getUnsignedMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getInt(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInt</h4> +<pre>public int getInt(int p_getInt_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getUnsignedInt(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnsignedInt</h4> +<pre>public long getUnsignedInt(int p_getUnsignedInt_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getUnsignedInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getLong(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLong</h4> +<pre>public long getLong(int p_getLong_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getLong</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getChar(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getChar</h4> +<pre>public char getChar(int p_getChar_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getChar</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getFloat(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFloat</h4> +<pre>public float getFloat(int p_getFloat_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getFloat</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getDouble(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDouble</h4> +<pre>public double getDouble(int p_getDouble_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getDouble</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, io.netty.buffer.ByteBuf, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_, + int p_getBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, io.netty.buffer.ByteBuf, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + io.netty.buffer.ByteBuf p_getBytes_2_, + int p_getBytes_3_, + int p_getBytes_4_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + byte[] p_getBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, byte[], int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + byte[] p_getBytes_2_, + int p_getBytes_3_, + int p_getBytes_4_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, java.nio.ByteBuffer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + java.nio.ByteBuffer p_getBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="getBytes(int, java.io.OutputStream, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, + java.io.OutputStream p_getBytes_2_, + int p_getBytes_3_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="getBytes(int, java.nio.channels.GatheringByteChannel, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBytes</h4> +<pre>public int getBytes(int p_getBytes_1_, + java.nio.channels.GatheringByteChannel p_getBytes_2_, + int p_getBytes_3_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="setBoolean(int, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBoolean</h4> +<pre>public io.netty.buffer.ByteBuf setBoolean(int p_setBoolean_1_, + boolean p_setBoolean_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBoolean</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setByte(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setByte</h4> +<pre>public io.netty.buffer.ByteBuf setByte(int p_setByte_1_, + int p_setByte_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setShort(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setShort</h4> +<pre>public io.netty.buffer.ByteBuf setShort(int p_setShort_1_, + int p_setShort_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setMedium(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMedium</h4> +<pre>public io.netty.buffer.ByteBuf setMedium(int p_setMedium_1_, + int p_setMedium_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setInt(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInt</h4> +<pre>public io.netty.buffer.ByteBuf setInt(int p_setInt_1_, + int p_setInt_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setLong(int, long)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setLong</h4> +<pre>public io.netty.buffer.ByteBuf setLong(int p_setLong_1_, + long p_setLong_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setLong</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setChar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setChar</h4> +<pre>public io.netty.buffer.ByteBuf setChar(int p_setChar_1_, + int p_setChar_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setChar</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setFloat(int, float)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFloat</h4> +<pre>public io.netty.buffer.ByteBuf setFloat(int p_setFloat_1_, + float p_setFloat_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setFloat</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setDouble(int, double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setDouble</h4> +<pre>public io.netty.buffer.ByteBuf setDouble(int p_setDouble_1_, + double p_setDouble_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setDouble</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, io.netty.buffer.ByteBuf, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_, + int p_setBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, io.netty.buffer.ByteBuf, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + io.netty.buffer.ByteBuf p_setBytes_2_, + int p_setBytes_3_, + int p_setBytes_4_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + byte[] p_setBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, byte[], int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + byte[] p_setBytes_2_, + int p_setBytes_3_, + int p_setBytes_4_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, java.nio.ByteBuffer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, + java.nio.ByteBuffer p_setBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="setBytes(int, java.io.InputStream, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public int setBytes(int p_setBytes_1_, + java.io.InputStream p_setBytes_2_, + int p_setBytes_3_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="setBytes(int, java.nio.channels.ScatteringByteChannel, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBytes</h4> +<pre>public int setBytes(int p_setBytes_1_, + java.nio.channels.ScatteringByteChannel p_setBytes_2_, + int p_setBytes_3_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="setZero(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setZero</h4> +<pre>public io.netty.buffer.ByteBuf setZero(int p_setZero_1_, + int p_setZero_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>setZero</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBoolean()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBoolean</h4> +<pre>public boolean readBoolean()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBoolean</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readByte()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readByte</h4> +<pre>public byte readByte()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readUnsignedByte()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readUnsignedByte</h4> +<pre>public short readUnsignedByte()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readUnsignedByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readShort()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readShort</h4> +<pre>public short readShort()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readUnsignedShort()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readUnsignedShort</h4> +<pre>public int readUnsignedShort()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readUnsignedShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readMedium()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readMedium</h4> +<pre>public int readMedium()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readUnsignedMedium()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readUnsignedMedium</h4> +<pre>public int readUnsignedMedium()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readUnsignedMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readInt()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readInt</h4> +<pre>public int readInt()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readUnsignedInt()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readUnsignedInt</h4> +<pre>public long readUnsignedInt()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readUnsignedInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readLong()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readLong</h4> +<pre>public long readLong()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readLong</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readChar()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readChar</h4> +<pre>public char readChar()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readChar</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readFloat()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readFloat</h4> +<pre>public float readFloat()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readFloat</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readDouble()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readDouble</h4> +<pre>public double readDouble()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readDouble</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(int p_readBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readSlice(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readSlice</h4> +<pre>public io.netty.buffer.ByteBuf readSlice(int p_readSlice_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readSlice</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(io.netty.buffer.ByteBuf, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_, + int p_readBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(io.netty.buffer.ByteBuf, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_, + int p_readBytes_2_, + int p_readBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(byte[] p_readBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(byte[], int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(byte[] p_readBytes_1_, + int p_readBytes_2_, + int p_readBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(java.nio.ByteBuffer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer p_readBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="readBytes(java.io.OutputStream, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream p_readBytes_1_, + int p_readBytes_2_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="readBytes(java.nio.channels.GatheringByteChannel, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readBytes</h4> +<pre>public int readBytes(java.nio.channels.GatheringByteChannel p_readBytes_1_, + int p_readBytes_2_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>readBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="skipBytes(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>skipBytes</h4> +<pre>public io.netty.buffer.ByteBuf skipBytes(int p_skipBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>skipBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBoolean(boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBoolean</h4> +<pre>public io.netty.buffer.ByteBuf writeBoolean(boolean p_writeBoolean_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBoolean</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeByte(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeByte</h4> +<pre>public io.netty.buffer.ByteBuf writeByte(int p_writeByte_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeShort(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeShort</h4> +<pre>public io.netty.buffer.ByteBuf writeShort(int p_writeShort_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeShort</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeMedium(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeMedium</h4> +<pre>public io.netty.buffer.ByteBuf writeMedium(int p_writeMedium_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeMedium</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeInt(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeInt</h4> +<pre>public io.netty.buffer.ByteBuf writeInt(int p_writeInt_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeInt</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeLong(long)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeLong</h4> +<pre>public io.netty.buffer.ByteBuf writeLong(long p_writeLong_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeLong</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeChar(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeChar</h4> +<pre>public io.netty.buffer.ByteBuf writeChar(int p_writeChar_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeChar</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeFloat(float)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeFloat</h4> +<pre>public io.netty.buffer.ByteBuf writeFloat(float p_writeFloat_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeFloat</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeDouble(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeDouble</h4> +<pre>public io.netty.buffer.ByteBuf writeDouble(double p_writeDouble_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeDouble</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(io.netty.buffer.ByteBuf, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_, + int p_writeBytes_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(io.netty.buffer.ByteBuf, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_, + int p_writeBytes_2_, + int p_writeBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(byte[] p_writeBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(byte[], int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(byte[] p_writeBytes_1_, + int p_writeBytes_2_, + int p_writeBytes_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(java.nio.ByteBuffer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer p_writeBytes_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="writeBytes(java.io.InputStream, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public int writeBytes(java.io.InputStream p_writeBytes_1_, + int p_writeBytes_2_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="writeBytes(java.nio.channels.ScatteringByteChannel, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeBytes</h4> +<pre>public int writeBytes(java.nio.channels.ScatteringByteChannel p_writeBytes_1_, + int p_writeBytes_2_) + throws java.io.IOException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeBytes</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="writeZero(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>writeZero</h4> +<pre>public io.netty.buffer.ByteBuf writeZero(int p_writeZero_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>writeZero</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="indexOf(int, int, byte)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>indexOf</h4> +<pre>public int indexOf(int p_indexOf_1_, + int p_indexOf_2_, + byte p_indexOf_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>indexOf</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="bytesBefore(byte)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>bytesBefore</h4> +<pre>public int bytesBefore(byte p_bytesBefore_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>bytesBefore</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="bytesBefore(int, byte)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>bytesBefore</h4> +<pre>public int bytesBefore(int p_bytesBefore_1_, + byte p_bytesBefore_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>bytesBefore</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="bytesBefore(int, int, byte)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>bytesBefore</h4> +<pre>public int bytesBefore(int p_bytesBefore_1_, + int p_bytesBefore_2_, + byte p_bytesBefore_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>bytesBefore</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="forEachByte(io.netty.buffer.ByteBufProcessor)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>forEachByte</h4> +<pre>public int forEachByte(io.netty.buffer.ByteBufProcessor p_forEachByte_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>forEachByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="forEachByte(int, int, io.netty.buffer.ByteBufProcessor)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>forEachByte</h4> +<pre>public int forEachByte(int p_forEachByte_1_, + int p_forEachByte_2_, + io.netty.buffer.ByteBufProcessor p_forEachByte_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>forEachByte</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="forEachByteDesc(io.netty.buffer.ByteBufProcessor)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>forEachByteDesc</h4> +<pre>public int forEachByteDesc(io.netty.buffer.ByteBufProcessor p_forEachByteDesc_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>forEachByteDesc</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="forEachByteDesc(int, int, io.netty.buffer.ByteBufProcessor)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>forEachByteDesc</h4> +<pre>public int forEachByteDesc(int p_forEachByteDesc_1_, + int p_forEachByteDesc_2_, + io.netty.buffer.ByteBufProcessor p_forEachByteDesc_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>forEachByteDesc</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="copy()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>copy</h4> +<pre>public io.netty.buffer.ByteBuf copy()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>copy</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="copy(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>copy</h4> +<pre>public io.netty.buffer.ByteBuf copy(int p_copy_1_, + int p_copy_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>copy</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="slice()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>slice</h4> +<pre>public io.netty.buffer.ByteBuf slice()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>slice</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="slice(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>slice</h4> +<pre>public io.netty.buffer.ByteBuf slice(int p_slice_1_, + int p_slice_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>slice</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="duplicate()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>duplicate</h4> +<pre>public io.netty.buffer.ByteBuf duplicate()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>duplicate</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="nioBufferCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nioBufferCount</h4> +<pre>public int nioBufferCount()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>nioBufferCount</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="nioBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nioBuffer</h4> +<pre>public java.nio.ByteBuffer nioBuffer()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>nioBuffer</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="nioBuffer(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nioBuffer</h4> +<pre>public java.nio.ByteBuffer nioBuffer(int p_nioBuffer_1_, + int p_nioBuffer_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>nioBuffer</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="internalNioBuffer(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>internalNioBuffer</h4> +<pre>public java.nio.ByteBuffer internalNioBuffer(int p_internalNioBuffer_1_, + int p_internalNioBuffer_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>internalNioBuffer</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="nioBuffers()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nioBuffers</h4> +<pre>public java.nio.ByteBuffer[] nioBuffers()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>nioBuffers</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="nioBuffers(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nioBuffers</h4> +<pre>public java.nio.ByteBuffer[] nioBuffers(int p_nioBuffers_1_, + int p_nioBuffers_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>nioBuffers</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="hasArray()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasArray</h4> +<pre>public boolean hasArray()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>hasArray</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="array()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>array</h4> +<pre>public byte[] array()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>array</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="arrayOffset()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>arrayOffset</h4> +<pre>public int arrayOffset()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>arrayOffset</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="hasMemoryAddress()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasMemoryAddress</h4> +<pre>public boolean hasMemoryAddress()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>hasMemoryAddress</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="memoryAddress()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>memoryAddress</h4> +<pre>public long memoryAddress()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>memoryAddress</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="toString(java.nio.charset.Charset)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString(java.nio.charset.Charset p_toString_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>toString</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="toString(int, int, java.nio.charset.Charset)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString(int p_toString_1_, + int p_toString_2_, + java.nio.charset.Charset p_toString_3_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>toString</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="hashCode()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>hashCode</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="equals(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(java.lang.Object p_equals_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>equals</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="compareTo(io.netty.buffer.ByteBuf)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>compareTo</h4> +<pre>public int compareTo(io.netty.buffer.ByteBuf p_compareTo_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>compareTo</code> in interface <code>java.lang.Comparable<io.netty.buffer.ByteBuf></code></dd> +<dt><strong>Specified by:</strong></dt> +<dd><code>compareTo</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="toString()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>toString</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="retain(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retain</h4> +<pre>public io.netty.buffer.ByteBuf retain(int p_retain_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>retain</code> in interface <code>io.netty.util.ReferenceCounted</code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code>retain</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="retain()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retain</h4> +<pre>public io.netty.buffer.ByteBuf retain()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>retain</code> in interface <code>io.netty.util.ReferenceCounted</code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code>retain</code> in class <code>io.netty.buffer.ByteBuf</code></dd> +</dl> +</li> +</ul> +<a name="refCnt()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>refCnt</h4> +<pre>public int refCnt()</pre> +</li> +</ul> +<a name="release()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>release</h4> +<pre>public boolean release()</pre> +</li> +</ul> +<a name="release(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>release</h4> +<pre>public boolean release(int p_release_1_)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../net/minecraft/network/Packet.html" title="class in net.minecraft.network"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/network/PingResponseHandler.html" title="class in net.minecraft.network"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/network/PacketBuffer.html" target="_top">Frames</a></li> +<li><a href="PacketBuffer.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"><!-- + 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: </li> +<li>Nested | </li> +<li>Field | </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> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> |
