72 lines
2.0 KiB
HTML
72 lines
2.0 KiB
HTML
|
<!--NewPage-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<!-- Generated by javadoc on Sat May 10 12:23:02 1997 -->
|
||
|
<a name="_top_"></a>
|
||
|
<title>
|
||
|
Class BitFile
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>
|
||
|
Class BitFile
|
||
|
</h1>
|
||
|
<pre>
|
||
|
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
||
|
|
|
||
|
+----BitFile
|
||
|
</pre>
|
||
|
<hr>
|
||
|
<dl>
|
||
|
<dt> class <b>BitFile</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="#BitFile(java.io.OutputStream)"><b>BitFile</b></a>(OutputStream)
|
||
|
<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="#Flush()"><b>Flush</b></a>()
|
||
|
<dd>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#WriteBits(int, int)"><b>WriteBits</b></a>(int, int)
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<a name="constructors"></a>
|
||
|
<h2>
|
||
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
||
|
</h2>
|
||
|
<a name="BitFile"></a>
|
||
|
<a name="BitFile(java.io.OutputStream)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>BitFile</b>
|
||
|
<pre>
|
||
|
public BitFile(<a href="java.io.OutputStream.html#_top_">OutputStream</a> output)
|
||
|
</pre>
|
||
|
<a name="methods"></a>
|
||
|
<h2>
|
||
|
<img src="images/methods.gif" width=151 height=38 alt="Methods">
|
||
|
</h2>
|
||
|
<a name="Flush()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="Flush"><b>Flush</b></a>
|
||
|
<pre>
|
||
|
public void Flush() throws <a href="java.io.IOException.html#_top_">IOException</a>
|
||
|
</pre>
|
||
|
<a name="WriteBits(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="WriteBits"><b>WriteBits</b></a>
|
||
|
<pre>
|
||
|
public void WriteBits(int bits,
|
||
|
int numbits) throws <a href="java.io.IOException.html#_top_">IOException</a>
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|