Package com.github.mjdev.libaums.driver
-
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. -
Class Summary Class Description BlockDeviceDriverFactory A helper class to create differentBlockDeviceDrivers.ByteBlockDevice Simple class which wraps around an existingBlockDeviceDriverto enable byte addressing of content.