Example #1
0
		public SuperBlock (Block block)
		{
			this.block = block;
		}
Example #2
0
		public GroupDescriptor (Block block, uint index)
		{
			this.block = block;
			this.index = index;
		}
Example #3
0
		public DirectoryFileFormat (Block block, uint index)
		{
			this.block = block;
			this.index = index;
		}
Example #4
0
		public INode (Block block, uint index)
		{
			this.block = block;
			this.index = index;
		}