public CharSequence
getCharContent
(boolean ignoreEncodingErrors)
throws
IOException
This implementation always throws UnsupportedOperationException.
public InputStream
openInputStream
()
throws
IOException
This implementation always throws UnsupportedOperationException.
public OutputStream
openOutputStream
()
throws
IOException
This implementation always throws UnsupportedOperationException.
public Reader
openReader
(boolean ignoreEncodingErrors)
throws
IOException
Wraps the result of SimpleJavaFileObject.getCharContent(boolean) in a Reader.