Class Fat32FileSystemCreator
- java.lang.Object
-
- com.github.mjdev.libaums.fs.fat32.Fat32FileSystemCreator
-
- All Implemented Interfaces:
FileSystemCreator
public class Fat32FileSystemCreator extends java.lang.Object implements FileSystemCreator
Created by magnusja on 28/02/17.
-
-
Constructor Summary
Constructors Constructor Description Fat32FileSystemCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemread(PartitionTableEntry entry, BlockDeviceDriver blockDevice)
-
-
-
Method Detail
-
read
public FileSystem read(PartitionTableEntry entry, BlockDeviceDriver blockDevice) throws java.io.IOException
- Specified by:
readin interfaceFileSystemCreator- Throws:
java.io.IOException
-
-