1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Thu Sep 25 20:23:36 MET DST 1997 -->
<a name="_top_"></a>
<title>
Class iicm.vrml.pw.DecompressionStream
</title>
</head>
<body background="vrwavebg.gif">
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.pw.html">This Package</a> <a href="iicm.vrml.pw.Decompression.html#_top_">Previous</a> <a href="iicm.vrml.pw.DefParserOutput.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
Class iicm.vrml.pw.DecompressionStream
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----<a href="java.io.InputStream.html#_top_">java.io.InputStream</a>
|
+----<a href="java.io.FilterInputStream.html#_top_">java.io.FilterInputStream</a>
|
+----iicm.vrml.pw.DecompressionStream
</pre>
<hr>
<dl>
<dt> public class <b>DecompressionStream</b>
<dt> extends <a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
</dl>
<hr>
<a name="index"></a>
<h2>
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#COMPRESSION_MAGIC"><b>COMPRESSION_MAGIC</b></a>
<dd> magic number of compressed files
</dl>
<h2>
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#DecompressionStream(java.lang.String)"><b>DecompressionStream</b></a>(String)
<dd> check whether the InputStream contains compressed data.
</dl>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#close()"><b>close</b></a>()
<dd> on close also destroy subprocess in case it is still running
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="COMPRESSION_MAGIC"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>COMPRESSION_MAGIC</b>
<pre>
public final static int COMPRESSION_MAGIC
</pre>
<dl>
<dd> magic number of compressed files
</dl>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="DecompressionStream"></a>
<a name="DecompressionStream(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>DecompressionStream</b>
<pre>
public DecompressionStream(<a href="java.lang.String.html#_top_">String</a> filename) throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<dl>
<dd> check whether the InputStream contains compressed data. In this
case execute gunzip and return a stream of decompressed data.
If executing gunzip fails (e.g. not allowed for applets) or the
input data were not compressed, the original InputStream is
returned unchanged. Only works for standalone applications.
</dl>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="close()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="close"><b>close</b></a>
<pre>
public void close() throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<dl>
<dd> on close also destroy subprocess in case it is still running
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="java.io.FilterInputStream.html#close()">close</a> in class <a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
</dl>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.pw.html">This Package</a> <a href="iicm.vrml.pw.Decompression.html#_top_">Previous</a> <a href="iicm.vrml.pw.DefParserOutput.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
</body>
</html>
|