API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. FileObject View Source
Author(s)
Peter von der Ahé
Jonathan Gibbons
Since
1.6
Version
Serial
Hierarchy
 FileObject
Subinterfaces
Description
public interface FileObject
  File abstraction for tools.
See also:   
Methods
Hide/Show inherited methods
public boolean delete ()
  Deletes this file object.
public CharSequence getCharContent (boolean ignoreEncodingErrors) throws IOException
  Gets the character content of this file object, if available.
public long getLastModified ()
  Gets the time this file object was last modified.
public String getName ()
  Gets a user-friendly name for this file object.
public InputStream openInputStream () throws IOException
  Gets an InputStream for this file object.
public OutputStream openOutputStream () throws IOException
  Gets an OutputStream for this file object.
public Reader openReader (boolean ignoreEncodingErrors) throws IOException
  Gets a reader for this object.
public Writer openWriter () throws IOException
  Gets a Writer for this file object.
public URI toUri ()
  Returns a URI identifying this file object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar