A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
B
- BlankCheck - class in com.github.mjdev.libaums.driver.scsi.commands.sense
- Data medium is probably a write once medium that has already been written.
- BlockDeviceDriver - class in com.github.mjdev.libaums.driver
- This interface describes a simple block device with a certain block size and the ability to read and write at a certain device offset.
- BlockDeviceDriverFactory - class in com.github.mjdev.libaums.driver
- A helper class to create different com.github.mjdev.libaums.driver.BlockDeviceDrivers.
- bulkInTransfer(ByteBuffer) - function in com.github.mjdev.libaums.usb.UsbCommunication
- Performs a bulk in transfer beginning at offset zero in the
bufferof lengthbuffer#remaining(). - bulkOutTransfer(ByteBuffer) - function in com.github.mjdev.libaums.usb.UsbCommunication
- Performs a bulk out transfer beginning at the offset specified in the
bufferof lengthbuffer#remaining(). - ByteBlockDevice - class in com.github.mjdev.libaums.driver
- Simple class which wraps around an existing BlockDeviceDriver to enable byte addressing of content.
- ByteBlockDevice.Companion - class in com.github.mjdev.libaums.driver.ByteBlockDevice