-
- All Implemented Interfaces:
public class BlockDeviceDriverFactoryA helper class to create different com.github.mjdev.libaums.driver.BlockDeviceDrivers.
-
-
Field Summary
Fields Modifier and Type Field Description public final static BlockDeviceDriverFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final BlockDeviceDrivercreateBlockDevice(UsbCommunication usbCommunication, Byte lun)This method creates a com.github.mjdev.libaums.driver.BlockDeviceDriver which is suitable for the underlying mass storage device. -
-
Method Detail
-
createBlockDevice
final BlockDeviceDriver createBlockDevice(UsbCommunication usbCommunication, Byte lun)
This method creates a com.github.mjdev.libaums.driver.BlockDeviceDriver which is suitable for the underlying mass storage device.
- Parameters:
usbCommunication- The underlying USB communication.
-
-
-
-