javax > javax.tools > javax.tools.forwardingfileobject >

Class: javax.tools.ForwardingFileObject
    java.lang.Object
       javax.tools.ForwardingFileObject


public class ForwardingFileObject extends Object implements FileObject


FIELDS:
protected final FileObject fileObject

CONSTRUCTORS:
protected ForwardingFileObject(FileObject fileObject)


METHODS:
public boolean delete()

public CharSequence getCharContent(boolean ignoreEncodingErrors)
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public long getLastModified()

public String getName()

public InputStream openInputStream()
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public OutputStream openOutputStream()
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public Reader openReader(boolean ignoreEncodingErrors)
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public Writer openWriter()
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public URI toUri()


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
ForwardingJavaFileObject,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net