Package com.github.mjdev.libaums.fs
Interface FileSystemCreator
-
- All Known Implementing Classes:
Fat32FileSystemCreator
public interface FileSystemCreatorCreated by magnusja on 28/02/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemread(PartitionTableEntry entry, BlockDeviceDriver blockDevice)
-
-
-
Method Detail
-
read
@Nullable FileSystem read(PartitionTableEntry entry, BlockDeviceDriver blockDevice) throws java.io.IOException
- Throws:
java.io.IOException
-
-