- GDESCRIPTOR_OFFSET - Static variable in class Constants
-
- gdPointer - Variable in class GroupDescriptor
-
- getBlockCount() - Method in class Superblock
-
- getBlockGroupCount(int, int) - Method in class Superblock
-
- getBlockPointers() - Method in class Inode
-
- getBlocksPerGroup() - Method in class Superblock
-
- getCommandAndExecute(String, int, Superblock, GroupDescriptor, Ext2File) - Static method in class Driver
-
This method will divide the user's input into a command and a target path and execute the given command.
- getComputerName() - Static method in class Driver
-
- getContainingBlock(int, Superblock, GroupDescriptor) - Static method in class Inode
-
A static method, used for fetching the block number (offset), that an inode points to.
- getContainingInode(String[], int, Ext2File, Inode, Superblock, GroupDescriptor) - Static method in class Inode
-
This method will get the number of the inode, if the names
in pathArray array match the names in the volume
If the inode number is 0, the program will be terminated.
- getCurrentPathName(String[]) - Static method in class Driver
-
Method to get the current-path.
- getDate() - Method in class Inode
-
- getFileSystemName() - Static method in class Ext2File
-
- getGDescPointer() - Method in class GroupDescriptor
-
- getGid() - Method in class Inode
-
- getHardLinks() - Method in class Inode
-
- getInodeCount() - Method in class Superblock
-
- getInodeSize() - Method in class Superblock
-
- getInodesPerGroup() - Method in class Superblock
-
- getInputYesNo() - Static method in class Driver
-
If the user enters anything else than Y/y or N/n, they will be prompted to re-enter their decision.
- getRandomAccessFile() - Method in class Volume
-
Accessor method for the Random Access File
- getSizeLower() - Method in class Inode
-
- getSizeUpper() - Method in class Inode
-
- getUid() - Method in class Inode
-
- getVolumeName() - Method in class Superblock
-
- groupCount - Variable in class GroupDescriptor
-
- GroupDescriptor - Class in <Unnamed>
-
This class opens the Group Descriptor of a block group and reads the Inode Table Pointers for all the block groups
- GroupDescriptor(byte[], int) - Constructor for class GroupDescriptor
-
Constructor of the GroupDescriptor class