|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that allows XJavadoc to read and write from any source/destination and not just files.
Method Summary | |
OutputStream |
getOutputStream()
Get an outputstream for the file. |
String |
getPath()
|
Reader |
getReader()
Obtain a reader for the file. |
Reader |
getReader(String enc)
|
Writer |
getWriter()
Obtain a writer for the file. |
boolean |
isWriteable()
Determine if the file is writeable or not. |
long |
lastModified()
Get the last modified timestamp of the file, or 0 if not available. |
Method Detail |
public Reader getReader() throws IOException
IOException
public Writer getWriter() throws IOException
IOException
public boolean isWriteable()
public long lastModified()
public OutputStream getOutputStream() throws IOException
IOException
public String getPath()
public Reader getReader(String enc) throws UnsupportedEncodingException, FileNotFoundException
UnsupportedEncodingException
FileNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |