A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
I
- IllegalCommand - class in com.github.mjdev.libaums.driver.scsi.commands.sense
- An illegal command.
- IN - enum entry in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper.Direction
Means from device to host (Android).
- init() - function in com.github.mjdev.libaums.UsbMassStorageDevice
- Initializes the mass storage device and determines different things like for example the MBR or the file systems for the different partitions.
- init() - function in com.github.mjdev.libaums.driver.BlockDeviceDriver
- Initializes the block device for further use.
- init() - function in com.github.mjdev.libaums.driver.ByteBlockDevice
- Initializes the block device for further use.
- init() - function in com.github.mjdev.libaums.driver.file.FileBlockDeviceDriver
- Initializes the block device for further use.
- init() - function in com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice
- Issues a SCSI Inquiry to determine the connected device.
- init(Integer,Integer,Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
- init(Integer,Integer,Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
- init() - function in com.github.mjdev.libaums.driver.Partition
- Initializes the block device for further use.
- initCause(Throwable) - function in kotlin.SenseException
- initCause(Throwable) - function in kotlin.InitRequired
- initCause(Throwable) - function in kotlin.RestartRequired
- initCause(Throwable) - function in kotlin.Unrecoverable
- initCause(Throwable) - function in kotlin.NotReady
- initCause(Throwable) - function in kotlin.NotReadyTryAgain
- initCause(Throwable) - function in kotlin.ManualIntervention
- initCause(Throwable) - function in kotlin.MediaNotInserted
- initCause(Throwable) - function in kotlin.MediumError
- initCause(Throwable) - function in kotlin.HardwareError
- initCause(Throwable) - function in kotlin.IllegalCommand
- initCause(Throwable) - function in kotlin.UnitAttention
- initCause(Throwable) - function in kotlin.DataProtect
- initCause(Throwable) - function in kotlin.BlankCheck
- initCause(Throwable) - function in kotlin.CopyAborted
- initCause(Throwable) - function in kotlin.Aborted
- initCause(Throwable) - function in kotlin.VolumeOverflow
- initCause(Throwable) - function in kotlin.Miscompare
- initCause(Throwable) - function in kotlin.FileSystemFactory.UnsupportedFileSystemException
- initCause(Throwable) - function in kotlin.PartitionTableFactory.UnsupportedPartitionTableException
- initCause(Throwable) - function in kotlin.PipeException
- initCause(Throwable) - function in kotlin.UsbCommunicationFactory.NoUsbCommunicationFound
- InitRequired - class in com.github.mjdev.libaums.driver.scsi.commands.sense
- Must re-initialize the device as it was resetRecommended action: either stop and tell user to unplug and re-plug the device, or stop and automatically re-initialize the device.
- isEmpty() - function in java.util.LRUCache