class Dirent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
ino |
private java.lang.String |
name |
private int |
parentIno |
private int |
type |
| Constructor and Description |
|---|
Dirent(int ino,
int parentIno,
int type,
java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getIno()
Get ino.
|
(package private) java.lang.String |
getName()
Get name of directory entry.
|
(package private) int |
getParentIno()
Get ino of parent directory.
|
(package private) int |
getType()
Get entry type.
|
java.lang.String |
toString() |
private final int ino
private final int parentIno
private final int type
private final java.lang.String name
Dirent(int ino,
int parentIno,
int type,
java.lang.String name)
ino - parentIno - type - name - int getIno()
int getParentIno()
int getType()
java.lang.String getName()
This method returns the raw name as it is stored inside of the archive.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()