<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.io.FileWriter
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.FileReader.html#_top_">Previous</a>  <a href="java.io.FilterInputStream.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.io.FileWriter
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.io.Writer.html#_top_">java.io.Writer</a>
           |
           +----<a href="java.io.OutputStreamWriter.html#_top_">java.io.OutputStreamWriter</a>
                   |
                   +----java.io.FileWriter
</pre>
<hr>
<dl>
  <dt> public class <b>FileWriter</b>
  <dt> extends <a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
</dl>
Convenience class for writing character files.  The constructors of this
 class assume that the default character encoding and the default byte-buffer
 size are acceptable.  To specify these values yourself, construct an
 OutputStreamWriter on a FileOutputStream.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>, <a href="java.io.FileOutputStream.html#_top_">FileOutputStream</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="#FileWriter(java.io.File)"><b>FileWriter</b></a>(File)
  <dd> 
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#FileWriter(java.io.FileDescriptor)"><b>FileWriter</b></a>(FileDescriptor)
  <dd> 
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#FileWriter(java.lang.String)"><b>FileWriter</b></a>(String)
  <dd> 
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#FileWriter(java.lang.String, boolean)"><b>FileWriter</b></a>(String, boolean)
  <dd> 
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="FileWriter"></a>
<a name="FileWriter(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>FileWriter</b>
<pre>
 public FileWriter(<a href="java.lang.String.html#_top_">String</a> fileName) throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<a name="FileWriter(java.lang.String, boolean)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>FileWriter</b>
<pre>
 public FileWriter(<a href="java.lang.String.html#_top_">String</a> fileName,
                   boolean append) throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<a name="FileWriter(java.io.File)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>FileWriter</b>
<pre>
 public FileWriter(<a href="java.io.File.html#_top_">File</a> file) throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<a name="FileWriter(java.io.FileDescriptor)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>FileWriter</b>
<pre>
 public FileWriter(<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a> fd)
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.FileReader.html#_top_">Previous</a>  <a href="java.io.FilterInputStream.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
