90 lines
2.6 KiB
HTML
90 lines
2.6 KiB
HTML
<!--NewPage-->
|
|
<html>
|
|
<head>
|
|
<!-- Generated by javadoc on Sat May 10 12:23:02 1997 -->
|
|
<a name="_top_"></a>
|
|
<title>
|
|
Class LZWStringTable
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Class LZWStringTable
|
|
</h1>
|
|
<pre>
|
|
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
|
|
|
|
+----LZWStringTable
|
|
</pre>
|
|
<hr>
|
|
<dl>
|
|
<dt> class <b>LZWStringTable</b>
|
|
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
|
|
</dl>
|
|
<hr>
|
|
<a name="index"></a>
|
|
<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="#LZWStringTable()"><b>LZWStringTable</b></a>()
|
|
<dd>
|
|
</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="#AddCharString(short, byte)"><b>AddCharString</b></a>(short, byte)
|
|
<dd>
|
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
|
<a href="#ClearTable(int)"><b>ClearTable</b></a>(int)
|
|
<dd>
|
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
|
<a href="#FindCharString(short, byte)"><b>FindCharString</b></a>(short, byte)
|
|
<dd>
|
|
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
|
|
<a href="#Hash(short, byte)"><b>Hash</b></a>(short, byte)
|
|
<dd>
|
|
</dl>
|
|
<a name="constructors"></a>
|
|
<h2>
|
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
|
</h2>
|
|
<a name="LZWStringTable"></a>
|
|
<a name="LZWStringTable()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
|
<b>LZWStringTable</b>
|
|
<pre>
|
|
public LZWStringTable()
|
|
</pre>
|
|
<a name="methods"></a>
|
|
<h2>
|
|
<img src="images/methods.gif" width=151 height=38 alt="Methods">
|
|
</h2>
|
|
<a name="AddCharString(short, byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
|
<a name="AddCharString"><b>AddCharString</b></a>
|
|
<pre>
|
|
public int AddCharString(short index,
|
|
byte b)
|
|
</pre>
|
|
<a name="FindCharString(short, byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
|
<a name="FindCharString"><b>FindCharString</b></a>
|
|
<pre>
|
|
public short FindCharString(short index,
|
|
byte b)
|
|
</pre>
|
|
<a name="ClearTable(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
|
<a name="ClearTable"><b>ClearTable</b></a>
|
|
<pre>
|
|
public void ClearTable(int codesize)
|
|
</pre>
|
|
<a name="Hash(short, byte)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
|
|
<a name="Hash"><b>Hash</b></a>
|
|
<pre>
|
|
public static int Hash(short index,
|
|
byte lastbyte)
|
|
</pre>
|
|
</body>
|
|
</html>
|