javax > javax.tools > javax.tools.fileobject >

Interface: javax.tools.FileObject
    javax.tools.FileObject


public interface FileObject


FIELDS:

CONSTRUCTORS:

METHODS:
boolean delete()

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

long getLastModified()

String getName()

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

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

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

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

URI toUri()


INHERITED METHODS:

SUBINTERFACES:
JavaFileObject,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net