JML

java.io
Class FileWriter

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.OutputStreamWriter
          extended byjava.io.FileWriter

public class FileWriter
extends OutputStreamWriter


Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
FileWriter(File)
           
FileWriter(File, boolean)
           
FileWriter(FileDescriptor)
           
FileWriter(String)
           
FileWriter(String, boolean)
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
 
Methods inherited from class java.io.OutputStreamWriter
close, flush, flushBuffer, getEncoding, write, write, write
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileWriter

public FileWriter(File)
           throws IOException
Throws:
IOException

FileWriter

public FileWriter(File,
                  boolean)
           throws IOException
Throws:
IOException

FileWriter

public FileWriter(FileDescriptor)

FileWriter

public FileWriter(String)
           throws IOException
Throws:
IOException

FileWriter

public FileWriter(String,
                  boolean)
           throws IOException
Throws:
IOException

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.