API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. ForwardingFileObject View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
 Object
      ForwardingFileObject
Implements
 FileObject
Subclasses
Description
public class ForwardingFileObject
  Forwards calls to a given file object.
See also:   
Constructors
protected ForwardingFileObject ( F fileObject)
  Creates a new instance of ForwardingFileObject.
Methods
Hide/Show inherited methods
public boolean delete () [Specified in FileObject]
public CharSequence getCharContent (boolean ignoreEncodingErrors) throws IOException [Specified in FileObject]
 
public long getLastModified () [Specified in FileObject]
public String getName () [Specified in FileObject]
public InputStream openInputStream () throws IOException [Specified in FileObject]
 
public OutputStream openOutputStream () throws IOException [Specified in FileObject]
 
public Reader openReader (boolean ignoreEncodingErrors) throws IOException [Specified in FileObject]
 
public Writer openWriter () throws IOException [Specified in FileObject]
 
public URI toUri () [Specified in FileObject]
Fields
Hide/Show inherited fields
protectedfinal F fileObject
The file object which all methods are delegated to.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar