Package com.github.mjdev.libaums.driver
See: Description
-
Interface Summary Interface Description BlockDeviceDriver This interface describes a simple block device with a certain block size and the ability to read and write at a certain device offset. -
Object Summary Object Description BlockDeviceDriverFactory A helper class to create different com.github.mjdev.libaums.driver.BlockDeviceDrivers. Companion -
Class Summary Class Description ByteBlockDevice Simple class which wraps around an existing BlockDeviceDriver to enable byte addressing of content.