- raf - Variable in class Ext2File
-
- raf - Variable in class Volume
-
- read() - Method in class GroupDescriptor
-
This method reads the group descriptor for each block group and adds the offset
of the inode table pointer to the gdPointer[] array
- read() - Method in class Inode
-
This method will readBytes all the data that is contained in the inode, from the buffer, in which the byte array was parsed
- read() - Method in class Superblock
-
This method will readBytes all the data that is contained in the Superblock,
from the buffer in which the byte array was parsed
- readBlockData(Inode, boolean, int, Ext2File, Superblock, GroupDescriptor) - Static method in class FileInfo
-
This method will readBytes the block pointers values of an inode and if a pointer
points to real data, it will call the appropriate methods to print that data.
- readBytes(long, long) - Method in class Ext2File
-
Reads at most length bytes starting at byte offset startByte from start of file.
- readDirectoryData(Inode, int, Ext2File, Superblock, GroupDescriptor) - Static method in class FileInfo
-
This method will be used to display contents of a directory
- readDoubleIndirectData(int, int, boolean, Ext2File, Superblock, GroupDescriptor) - Static method in class FileInfo
-
This method will readBytes the double indirect data block and if data exists it will call readIndirectData()
- readFileData(Inode, int, Ext2File, Superblock, GroupDescriptor, String) - Static method in class FileInfo
-
This method will be used to print the contents of a file
- readHexData(ArrayList<byte[]>) - Method in class FileInfo
-
This method will readBytes byte arrays from a list of byte arrays and print the content in a
readable Hexadecimal format, with 26 hex characters in each line for readability
- readIndirectData(int, int, boolean, Ext2File, Superblock, GroupDescriptor) - Static method in class FileInfo
-
This method will readBytes the indirect data block and if data exists it will call printBlockData()
- readPermissions() - Method in class Inode
-
This method uses bitwise ANDing on FileSystem's i_mode variable value,
to determine what permissions a directory or file has.
- readTripleIndirectData(int, int, boolean, Ext2File, Superblock, GroupDescriptor) - Static method in class FileInfo
-
This method will readBytes the triple indirect data block and if data exists it will call readDoubleIndirectData()
- ROOT - Static variable in class Constants
-
- ROOT_INODE_OFFSET - Static variable in class Constants
-
- running - Static variable in class Driver
-