|
|||||||||||
| 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. |
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
IOExceptionpublic boolean isWriteable()
public long lastModified()
public OutputStream getOutputStream()
throws IOException
IOExceptionpublic String getPath()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||