|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aDisk.AFileStat
public class AFileStat
This class provides information about a file. Use AFile.seek() to obtain this information.
AFile| Field Summary | |
|---|---|
AFile |
afile
The AFile corresponding to this AFileStat. |
boolean |
canRead
True if the file is readable. |
boolean |
canWrite
True if the file is writable. |
boolean |
isDirectory
True if the file is a directory. |
long |
length
The length of the file in bytes. |
| Constructor Summary | |
|---|---|
AFileStat()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public AFile afile
public boolean isDirectory
public boolean canRead
public boolean canWrite
public long length
| Constructor Detail |
|---|
public AFileStat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||