public class BlockDeviceDriverFactory
extends java.lang.Object
BlockDeviceDrivers.| Constructor and Description |
|---|
BlockDeviceDriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BlockDeviceDriver |
createBlockDevice(UsbCommunication usbCommunication)
This method creates a
BlockDeviceDriver which is
suitable for the underlying mass storage device. |
public static BlockDeviceDriver createBlockDevice(UsbCommunication usbCommunication)
BlockDeviceDriver which is
suitable for the underlying mass storage device.usbCommunication - The underlying USB communication.