xjavadoc.filesystem
public interface AbstractFile
UNKNOWN: September 25, 2002
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.
|
Returns:
Throws: IOException
Returns:
Throws: IOException
Parameters: encoding
Returns:
Returns:
Throws: IOException
Returns:
Returns: