blob: e986af1ee71e9450a390c4137d0b585c95528b68 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HBaseZeroCopyByteString (Apache HBase 1.1.7 API)</title>
<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="HBaseZeroCopyByteString (Apache HBase 1.1.7 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="class-use/HBaseZeroCopyByteString.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/google/protobuf/HBaseZeroCopyByteString.html" target="_top">Frames</a></li>
<li><a href="HBaseZeroCopyByteString.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:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_com.google.protobuf.ByteString">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.google.protobuf</div>
<h2 title="Class HBaseZeroCopyByteString" class="title">Class HBaseZeroCopyByteString</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.ByteString</li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.HBaseZeroCopyByteString</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public final class <span class="strong">HBaseZeroCopyByteString</span>
extends com.google.protobuf.ByteString</pre>
<div class="block">Helper class to extract byte arrays from <code>ByteString</code> without copy.
<p>
Without this protobufs would force us to copy every single byte array out
of the objects de-serialized from the wire (which already do one copy, on
top of the copies the JVM does to go from kernel buffer to C buffer and
from C buffer to JVM buffer).</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>0.96.1</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_com.google.protobuf.ByteString">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;com.google.protobuf.ByteString</h3>
<code>com.google.protobuf.ByteString.ByteIterator, com.google.protobuf.ByteString.Output</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#bytes">bytes</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_com.google.protobuf.ByteString">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;com.google.protobuf.ByteString</h3>
<code>EMPTY</code></li>
</ul>
</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">&nbsp;</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><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#asReadOnlyByteBuffer()">asReadOnlyByteBuffer</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#asReadOnlyByteBufferList()">asReadOnlyByteBufferList</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#byteAt(int)">byteAt</a></strong>(int&nbsp;arg0)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#copyTo(java.nio.ByteBuffer)">copyTo</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;arg0)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#copyToInternal(byte[],%20int,%20int,%20int)">copyToInternal</a></strong>(byte[]&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2,
int&nbsp;arg3)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;arg0)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#getOffsetIntoBytes()">getOffsetIntoBytes</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#getTreeDepth()">getTreeDepth</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#isBalanced()">isBalanced</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#isValidUtf8()">isValidUtf8</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>com.google.protobuf.ByteString.ByteIterator</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>com.google.protobuf.CodedInputStream</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#newCodedInput()">newCodedInput</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#newInput()">newInput</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#partialHash(int,%20int,%20int)">partialHash</a></strong>(int&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#partialIsValidUtf8(int,%20int,%20int)">partialIsValidUtf8</a></strong>(int&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#peekCachedHashCode()">peekCachedHashCode</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#size()">size</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>com.google.protobuf.ByteString</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#substring(int,%20int)">substring</a></strong>(int&nbsp;arg0,
int&nbsp;arg1)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#toString(java.lang.String)">toString</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg0)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.protobuf.ByteString</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#wrap(byte[])">wrap</a></strong>(byte[]&nbsp;array)</code>
<div class="block">Wraps a byte array in a <code>ByteString</code> without copying it.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.protobuf.ByteString</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#wrap(byte[],%20int,%20int)">wrap</a></strong>(byte[]&nbsp;array,
int&nbsp;offset,
int&nbsp;length)</code>
<div class="block">Wraps a subset of a byte array in a <code>ByteString</code> without copying it.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#writeTo(java.io.OutputStream)">writeTo</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;arg0)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../com/google/protobuf/HBaseZeroCopyByteString.html#zeroCopyGetBytes(com.google.protobuf.ByteString)">zeroCopyGetBytes</a></strong>(com.google.protobuf.ByteString&nbsp;buf)</code>
<div class="block">Extracts the byte array from the given <code>ByteString</code> without copy.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.ByteString">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.google.protobuf.ByteString</h3>
<code>concat, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFromUtf8, copyTo, copyTo, isEmpty, newOutput, newOutput, readFrom, readFrom, readFrom, startsWith, substring, toByteArray, toString, toStringUtf8</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="bytes">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>bytes</h4>
<pre>protected final&nbsp;byte[] bytes</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="wrap(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wrap</h4>
<pre>public static&nbsp;com.google.protobuf.ByteString&nbsp;wrap(byte[]&nbsp;array)</pre>
<div class="block">Wraps a byte array in a <code>ByteString</code> without copying it.</div>
</li>
</ul>
<a name="wrap(byte[], int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wrap</h4>
<pre>public static&nbsp;com.google.protobuf.ByteString&nbsp;wrap(byte[]&nbsp;array,
int&nbsp;offset,
int&nbsp;length)</pre>
<div class="block">Wraps a subset of a byte array in a <code>ByteString</code> without copying it.</div>
</li>
</ul>
<a name="zeroCopyGetBytes(com.google.protobuf.ByteString)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>zeroCopyGetBytes</h4>
<pre>public static&nbsp;byte[]&nbsp;zeroCopyGetBytes(com.google.protobuf.ByteString&nbsp;buf)</pre>
<div class="block">Extracts the byte array from the given <code>ByteString</code> without copy.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>buf</code> - A buffer from which to extract the array. This buffer must be
actually an instance of a <code>LiteralByteString</code>.</dd></dl>
</li>
</ul>
<a name="byteAt(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>byteAt</h4>
<pre>public&nbsp;byte&nbsp;byteAt(int&nbsp;arg0)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>byteAt</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="size()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>public&nbsp;int&nbsp;size()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>size</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="substring(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>substring</h4>
<pre>public&nbsp;com.google.protobuf.ByteString&nbsp;substring(int&nbsp;arg0,
int&nbsp;arg1)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>substring</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="copyToInternal(byte[], int, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyToInternal</h4>
<pre>protected&nbsp;void&nbsp;copyToInternal(byte[]&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2,
int&nbsp;arg3)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>copyToInternal</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="copyTo(java.nio.ByteBuffer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyTo</h4>
<pre>public&nbsp;void&nbsp;copyTo(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;arg0)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>copyTo</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="asReadOnlyByteBuffer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asReadOnlyByteBuffer</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;asReadOnlyByteBuffer()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>asReadOnlyByteBuffer</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="asReadOnlyByteBufferList()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asReadOnlyByteBufferList</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&gt;&nbsp;asReadOnlyByteBufferList()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>asReadOnlyByteBufferList</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="writeTo(java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTo</h4>
<pre>public&nbsp;void&nbsp;writeTo(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;arg0)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>writeTo</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="toString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg0)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code></dd></dl>
</li>
</ul>
<a name="isValidUtf8()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValidUtf8</h4>
<pre>public&nbsp;boolean&nbsp;isValidUtf8()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>isValidUtf8</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="partialIsValidUtf8(int, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>partialIsValidUtf8</h4>
<pre>protected&nbsp;int&nbsp;partialIsValidUtf8(int&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>partialIsValidUtf8</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;arg0)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="peekCachedHashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>peekCachedHashCode</h4>
<pre>protected&nbsp;int&nbsp;peekCachedHashCode()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>peekCachedHashCode</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="partialHash(int, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>partialHash</h4>
<pre>protected&nbsp;int&nbsp;partialHash(int&nbsp;arg0,
int&nbsp;arg1,
int&nbsp;arg2)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>partialHash</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="newInput()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newInput</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;newInput()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>newInput</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="newCodedInput()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newCodedInput</h4>
<pre>public&nbsp;com.google.protobuf.CodedInputStream&nbsp;newCodedInput()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>newCodedInput</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="iterator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre>public&nbsp;com.google.protobuf.ByteString.ByteIterator&nbsp;iterator()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true#iterator()" title="class or interface in java.lang">iterator</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a>&gt;</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>iterator</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="getTreeDepth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTreeDepth</h4>
<pre>protected&nbsp;int&nbsp;getTreeDepth()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getTreeDepth</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="isBalanced()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBalanced</h4>
<pre>protected&nbsp;boolean&nbsp;isBalanced()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>isBalanced</code>&nbsp;in class&nbsp;<code>com.google.protobuf.ByteString</code></dd>
</dl>
</li>
</ul>
<a name="getOffsetIntoBytes()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getOffsetIntoBytes</h4>
<pre>protected&nbsp;int&nbsp;getOffsetIntoBytes()</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="class-use/HBaseZeroCopyByteString.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/google/protobuf/HBaseZeroCopyByteString.html" target="_top">Frames</a></li>
<li><a href="HBaseZeroCopyByteString.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:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_com.google.protobuf.ByteString">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>