blob: 776188edc5e6863c44848f947366ff5128c1a3eb [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>
<!-- Generated by javadoc (1.8.0_292) on Tue Jun 15 06:00:49 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Decompressor (Apache Hadoop Main 3.3.1 API)</title>
<meta name="date" content="2021-06-15">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Decompressor (Apache Hadoop Main 3.3.1 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Decompressor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/io/compress/Decompressor.html" target="_top">Frames</a></li>
<li><a href="Decompressor.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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">org.apache.hadoop.io.compress</div>
<h2 title="Interface Decompressor" class="title">Interface Decompressor</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface <span class="typeNameLabel">Decompressor</span></pre>
<div class="block">Specification of a stream-based 'de-compressor' which can be
plugged into a <a href="../../../../../org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> to compress data.
This is modelled after <a href="https://docs.oracle.com/javase/8/docs/api/java/util/zip/Inflater.html?is-external=true" title="class or interface in java.util.zip"><code>Inflater</code></a></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#decompress-byte:A-int-int-">decompress</a></span>(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)</code>
<div class="block">Fills specified buffer with uncompressed data.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#end--">end</a></span>()</code>
<div class="block">Closes the decompressor and discards any unprocessed input.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#finished--">finished</a></span>()</code>
<div class="block">Returns <code>true</code> if the end of the decompressed
data output stream has been reached.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#getRemaining--">getRemaining</a></span>()</code>
<div class="block">Returns the number of bytes remaining in the compressed data buffer.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#needsDictionary--">needsDictionary</a></span>()</code>
<div class="block">Returns <code>true</code> if a preset dictionary is needed for decompression.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#needsInput--">needsInput</a></span>()</code>
<div class="block">Returns <code>true</code> if the input data buffer is empty and
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-"><code>setInput(byte[], int, int)</code></a> should be called to
provide more input.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#reset--">reset</a></span>()</code>
<div class="block">Resets decompressor and input and output buffers so that a new set of
input data can be processed.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#setDictionary-byte:A-int-int-">setDictionary</a></span>(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)</code>
<div class="block">Sets preset dictionary for compression.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-">setInput</a></span>(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)</code>
<div class="block">Sets input data for decompression.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setInput-byte:A-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInput</h4>
<pre>void&nbsp;setInput(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)</pre>
<div class="block">Sets input data for decompression.
This should be called if and only if <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#needsInput--"><code>needsInput()</code></a> returns
<code>true</code> indicating that more input data is required.
(Both native and non-native versions of various Decompressors require
that the data passed in via <code>b[]</code> remain unmodified until
the caller is explicitly notified--via <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#needsInput--"><code>needsInput()</code></a>--that the
buffer may be safely modified. With this requirement, an extra
buffer-copy can be avoided.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>b</code> - Input data</dd>
<dd><code>off</code> - Start offset</dd>
<dd><code>len</code> - Length</dd>
</dl>
</li>
</ul>
<a name="needsInput--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>needsInput</h4>
<pre>boolean&nbsp;needsInput()</pre>
<div class="block">Returns <code>true</code> if the input data buffer is empty and
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-"><code>setInput(byte[], int, int)</code></a> should be called to
provide more input.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the input data buffer is empty and
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-"><code>setInput(byte[], int, int)</code></a> should be called in
order to provide more input.</dd>
</dl>
</li>
</ul>
<a name="setDictionary-byte:A-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDictionary</h4>
<pre>void&nbsp;setDictionary(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)</pre>
<div class="block">Sets preset dictionary for compression. A preset dictionary
is used when the history buffer can be predetermined.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>b</code> - Dictionary data bytes</dd>
<dd><code>off</code> - Start offset</dd>
<dd><code>len</code> - Length</dd>
</dl>
</li>
</ul>
<a name="needsDictionary--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>needsDictionary</h4>
<pre>boolean&nbsp;needsDictionary()</pre>
<div class="block">Returns <code>true</code> if a preset dictionary is needed for decompression.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if a preset dictionary is needed for decompression</dd>
</dl>
</li>
</ul>
<a name="finished--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>finished</h4>
<pre>boolean&nbsp;finished()</pre>
<div class="block">Returns <code>true</code> if the end of the decompressed
data output stream has been reached. Indicates a concatenated data stream
when finished() returns <code>true</code> and <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#getRemaining--"><code>getRemaining()</code></a>
returns a positive value. finished() will be reset with the
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#reset--"><code>reset()</code></a> method.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the end of the decompressed
data output stream has been reached.</dd>
</dl>
</li>
</ul>
<a name="decompress-byte:A-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decompress</h4>
<pre>int&nbsp;decompress(byte[]&nbsp;b,
int&nbsp;off,
int&nbsp;len)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Fills specified buffer with uncompressed data. Returns actual number
of bytes of uncompressed data. A return value of 0 indicates that
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#needsInput--"><code>needsInput()</code></a> should be called in order to determine if more
input data is required.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>b</code> - Buffer for the uncompressed data</dd>
<dd><code>off</code> - Start offset of the data</dd>
<dd><code>len</code> - Size of the buffer</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The actual number of bytes of uncompressed data.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/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="getRemaining--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRemaining</h4>
<pre>int&nbsp;getRemaining()</pre>
<div class="block">Returns the number of bytes remaining in the compressed data buffer.
Indicates a concatenated data stream if <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#finished--"><code>finished()</code></a> returns
<code>true</code> and getRemaining() returns a positive value. If
<a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#finished--"><code>finished()</code></a> returns <code>true</code> and getRemaining() returns
a zero value, indicates that the end of data stream has been reached and
is not a concatenated data stream.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The number of bytes remaining in the compressed data buffer.</dd>
</dl>
</li>
</ul>
<a name="reset--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reset</h4>
<pre>void&nbsp;reset()</pre>
<div class="block">Resets decompressor and input and output buffers so that a new set of
input data can be processed. If <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#finished--"><code>finished()</code></a>} returns
<code>true</code> and <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#getRemaining--"><code>getRemaining()</code></a> returns a positive value,
reset() is called before processing of the next data stream in the
concatenated data stream. <a href="../../../../../org/apache/hadoop/io/compress/Decompressor.html#finished--"><code>finished()</code></a> will be reset and will
return <code>false</code> when reset() is called.</div>
</li>
</ul>
<a name="end--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>end</h4>
<pre>void&nbsp;end()</pre>
<div class="block">Closes the decompressor and discards any unprocessed input.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Decompressor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/io/compress/Decompressor.html" target="_top">Frames</a></li>
<li><a href="Decompressor.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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; 2021 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>