Package 

Object Fat32FileSystem.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Fat32FileSystem read(BlockDeviceDriver blockDevice) This method constructs a FAT32 file system for the given block device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • read

         final Fat32FileSystem read(BlockDeviceDriver blockDevice)

        This method constructs a FAT32 file system for the given block device. There are no further checks if the block device actually represents a valid FAT32 file system. That means it must be ensured that the device actually holds a FAT32 file system in advance!

        Parameters:
        blockDevice - The block device the FAT32 file system is located.