A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W 

C

checkResponseForError() - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
Checks the result from a request sense command.
clear() - function in java.util.LRUCache
 
clearFeatureHalt(UsbEndpoint) - function in com.github.mjdev.libaums.usb.UsbCommunication
Attempts to clear the HALT feature from the specified USB endpoint
clone() - function in java.util.LRUCache
 
close() - function in com.github.mjdev.libaums.UsbMassStorageDevice
Releases the android.hardware.usb.UsbInterface and closes the android.hardware.usb.UsbDeviceConnection.
close() - function in com.github.mjdev.libaums.fs.AbstractUsbFile
Closes and flushes the file.
close() - function in com.github.mjdev.libaums.fs.UsbFile
Closes and flushes the file.
close() - function in com.github.mjdev.libaums.fs.UsbFileInputStream
 
close() - function in com.github.mjdev.libaums.fs.UsbFileOutputStream
 
close() - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
Closes and flushes the file.
close() - function in com.github.mjdev.libaums.fs.fat32.FatFile
Closes and flushes the file.
close() - function in java.io.UsbCommunication
 
com.github.mjdev.libaums - package com.github.mjdev.libaums
 
com.github.mjdev.libaums.driver - package com.github.mjdev.libaums.driver
 
com.github.mjdev.libaums.driver.file - package com.github.mjdev.libaums.driver.file
 
com.github.mjdev.libaums.driver.scsi - package com.github.mjdev.libaums.driver.scsi
 
com.github.mjdev.libaums.driver.scsi.commands - package com.github.mjdev.libaums.driver.scsi.commands
 
com.github.mjdev.libaums.driver.scsi.commands.sense - package com.github.mjdev.libaums.driver.scsi.commands.sense
 
com.github.mjdev.libaums.fs - package com.github.mjdev.libaums.fs
 
com.github.mjdev.libaums.fs.fat32 - package com.github.mjdev.libaums.fs.fat32
 
com.github.mjdev.libaums.partition - package com.github.mjdev.libaums.partition
 
com.github.mjdev.libaums.partition.fs - package com.github.mjdev.libaums.partition.fs
 
com.github.mjdev.libaums.partition.mbr - package com.github.mjdev.libaums.partition.mbr
 
com.github.mjdev.libaums.usb - package com.github.mjdev.libaums.usb
 
com.github.mjdev.libaums.util - package com.github.mjdev.libaums.util
 
CommandBlockWrapper - class in com.github.mjdev.libaums.driver.scsi.commands
This class represents the command block wrapper (CBW) which is always wrapped around a specific SCSI command in the SCSI transparent command set standard.
CommandBlockWrapper.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
 
CommandBlockWrapper.Direction - class in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
The direction of the data phase of the SCSI command.
CommandStatusWrapper - class in com.github.mjdev.libaums.driver.scsi.commands
This class represents the command status wrapper (CSW) in the SCSI transparent command set standard, which is transmitted from the device to the host after the data phase (if any).
CommandStatusWrapper.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.CommandStatusWrapper
 
compute(K,BiFunction) - function in java.util.LRUCache
 
computeIfAbsent(K,Function) - function in java.util.LRUCache
 
computeIfPresent(K,BiFunction) - function in java.util.LRUCache
 
containsKey(Object) - function in java.util.LRUCache
 
containsValue(Object) - function in java.util.LRUCache
 
controlTransfer(Integer,Integer,Integer,Integer,ByteArray,Integer) - function in com.github.mjdev.libaums.usb.UsbCommunication
Performs a control transaction on endpoint zero for this device.
CopyAborted - class in com.github.mjdev.libaums.driver.scsi.commands.sense
Copy aborted.
copyOf(Map) - function in java.util.LRUCache
 
create(UsbManager,UsbDevice,UsbInterface,UsbEndpoint,UsbEndpoint) - function in com.github.mjdev.libaums.usb.UsbCommunicationCreator
 
createBlockDevice(UsbCommunication,Byte) - function in com.github.mjdev.libaums.driver.BlockDeviceDriverFactory
This method creates a com.github.mjdev.libaums.driver.BlockDeviceDriver which is suitable for the underlying mass storage device.
createBufferedInputStream(UsbFile,FileSystem) - function in com.github.mjdev.libaums.fs.UsbFileStreamFactory
 
createBufferedOutputStream(UsbFile,FileSystem) - function in com.github.mjdev.libaums.fs.UsbFileStreamFactory
 
createdAt() - function in com.github.mjdev.libaums.fs.AbstractUsbFile
Returns the time this directory or file was created.
createdAt() - function in com.github.mjdev.libaums.fs.UsbFile
Returns the time this directory or file was created.
createdAt() - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
Returns the time this directory or file was created.
createdAt() - function in com.github.mjdev.libaums.fs.fat32.FatFile
Returns the time this directory or file was created.
createDirectory(String) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
This methods creates a new directory with the given name and returns it.
createDirectory(String) - function in com.github.mjdev.libaums.fs.UsbFile
This methods creates a new directory with the given name and returns it.
createDirectory(String) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
This methods creates a new directory with the given name and returns it.
createDirectory(String) - function in com.github.mjdev.libaums.fs.fat32.FatFile
This methods creates a new directory with the given name and returns it.
createFile(String) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
This methods creates a new file with the given name and returns it.
createFile(String) - function in com.github.mjdev.libaums.fs.UsbFile
This methods creates a new file with the given name and returns it.
createFile(String) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
This methods creates a new file with the given name and returns it.
createFile(String) - function in com.github.mjdev.libaums.fs.fat32.FatFile
This methods creates a new file with the given name and returns it.
createFileSystem(PartitionTableEntry,BlockDeviceDriver) - function in com.github.mjdev.libaums.fs.FileSystemFactory
 
createPartition(PartitionTableEntry,BlockDeviceDriver) - function in com.github.mjdev.libaums.partition.Partition.Companion
Creates a new partition with the information given.
createPartitionTable(BlockDeviceDriver) - function in com.github.mjdev.libaums.partition.PartitionTableFactory
Creates a PartitionTable suitable for the given block device.
createUsbCommunication(UsbManager,UsbDevice,UsbInterface,UsbEndpoint,UsbEndpoint) - function in com.github.mjdev.libaums.usb.UsbCommunicationFactory
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W