A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
R
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.BlockDeviceDriver
- Reads from the block device at a certain offset into the given buffer.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.ByteBlockDevice
- Reads from the block device at a certain offset into the given buffer.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.file.FileBlockDeviceDriver
- Reads from the block device at a certain offset into the given buffer.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice
- This method reads from the device at the specific device offset.
- read(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandStatusWrapper
- Reads command block wrapper from the specified buffer and stores it into this object.
- read(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse.Companion
- Constructs a new object with the given data.
- read(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacityResponse.Companion
- Constructs a new object with the given data.
- read(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse.Companion
- Constructs a new object with the given data.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
- Reads from a file or throws an exception if called on a directory.
- read(PartitionTableEntry,BlockDeviceDriver) - function in com.github.mjdev.libaums.fs.FileSystemCreator
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.UsbFile
- Reads from a file or throws an exception if called on a directory.
- read() - function in com.github.mjdev.libaums.fs.UsbFileInputStream
- read(ByteArray) - function in com.github.mjdev.libaums.fs.UsbFileInputStream
- read(ByteArray,Integer,Integer) - function in com.github.mjdev.libaums.fs.UsbFileInputStream
- read(BlockDeviceDriver) - function in com.github.mjdev.libaums.fs.fat32.Fat32FileSystem.Companion
- This method constructs a FAT32 file system for the given block device.
- read(PartitionTableEntry,BlockDeviceDriver) - function in com.github.mjdev.libaums.fs.fat32.Fat32FileSystemCreator
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
- Reads from a file or throws an exception if called on a directory.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.fat32.FatFile
- Reads from a file or throws an exception if called on a directory.
- read(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.Partition
- Reads from the block device at a certain offset into the given buffer.
- read(BlockDeviceDriver) - function in com.github.mjdev.libaums.partition.PartitionTableFactory.PartitionTableCreator
- read(BlockDeviceDriver) - function in com.github.mjdev.libaums.partition.fs.FileSystemPartitionTableCreator
- read(ByteBuffer) - function in com.github.mjdev.libaums.partition.mbr.MasterBootRecord.Companion
- Reads and parses the MBR located in the buffer.
- read(BlockDeviceDriver) - function in com.github.mjdev.libaums.partition.mbr.MasterBootRecordCreator
- registerCommunication(UsbCommunicationCreator) - function in com.github.mjdev.libaums.usb.UsbCommunicationFactory
- registerFileSystem(FileSystemCreator) - function in com.github.mjdev.libaums.fs.FileSystemFactory
- Register a new file system.
- registerPartitionTable(PartitionTableFactory.PartitionTableCreator) - function in com.github.mjdev.libaums.partition.PartitionTableFactory
- remove(Object) - function in java.util.LRUCache
- remove(Object,Object) - function in java.util.LRUCache
- replace(K,V,V) - function in java.util.LRUCache
- replace(K,V) - function in java.util.LRUCache
- replaceAll(BiFunction) - function in java.util.LRUCache
- reset() - function in java.io.UsbFileInputStream
- resetDevice() - function in com.github.mjdev.libaums.usb.UsbCommunication
- Performs the recovery reset procedure in case the communication is stalled
- RestartRequired - class in com.github.mjdev.libaums.driver.scsi.commands.sense
- User must power cycle device.