|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.fs.ext2fs.Ext2Device
Represents a device.
| Constructor Summary | |
Ext2Device(Ext2Inode inode)
Create a device from an Inode. |
|
| Method Summary | |
int |
getMajor()
Get the major device type. |
int |
getMinor()
Get the minor device type. |
boolean |
isBlockDev()
|
boolean |
isCharDev()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ext2Device(Ext2Inode inode)
inode - a Ext2Inode| Method Detail |
public boolean isBlockDev()
isBlockDev in interface Devicepublic boolean isCharDev()
isCharDev in interface Devicepublic int getMajor()
Device
getMajor in interface Devicepublic int getMinor()
Device
getMinor in interface Device
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||