|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SbrtFile
This interface is used to represent files.
Method Summary | |
---|---|
void |
close()
Closes this file. |
java.lang.String |
getCanonicalName()
Returns the canonical name of this file. |
java.lang.String |
getOriginalName()
Returns the original name given to this file. |
boolean |
isClosed()
Indicates if this file has already been closed. |
Method Detail |
---|
void close()
boolean isClosed()
true
if this file is closed;
false
othewise.java.lang.String getOriginalName()
java.lang.String getCanonicalName()
File.getCanonicalPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |