-
- All Implemented Interfaces:
public class Fat32FileSystem.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Fat32FileSystem.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Fat32FileSystemread(BlockDeviceDriver blockDevice)This method constructs a FAT32 file system for the given block device. -
-
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.
-
-
-
-