rossi.fstools.fs.ext2fs
Class Ext2InodePtr

java.lang.Object
  extended byrossi.fstools.fs.ext2fs.Ext2InodePtr
All Implemented Interfaces:
InodePtr

public class Ext2InodePtr
extends java.lang.Object
implements InodePtr

Pointer to an Inode on ext2. This is merely a wrapper around the 32 bit inode number.


Constructor Summary
Ext2InodePtr(long inum)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getNumber()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ext2InodePtr

public Ext2InodePtr(long inum)
Method Detail

getNumber

public long getNumber()

equals

public boolean equals(java.lang.Object obj)