|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fernsroth.squashfs.model.BaseFile
public abstract class BaseFile
base class for files.
Constructor Summary | |
---|---|
BaseFile(java.lang.String name,
int mode,
long mTime,
long guid,
long uid)
constructor. |
Method Summary | |
---|---|
long |
getGuid()
|
int |
getMode()
|
long |
getMTime()
|
java.lang.String |
getName()
|
long |
getUid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseFile(java.lang.String name, int mode, long mTime, long guid, long uid)
name
- the name of the file.mode
- the mode.mTime
- the modify time.guid
- the group id.uid
- the user id.Method Detail |
---|
public long getGuid()
public long getMTime()
public long getUid()
public int getMode()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |