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

S

ScsiBlockDevice - class in com.github.mjdev.libaums.driver.scsi
This class is responsible for handling mass storage devices which follow the SCSI standard.
ScsiBlockDevice.Companion - class in com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice
 
ScsiInquiry - class in com.github.mjdev.libaums.driver.scsi.commands
This class represents a SCSI Inquiry command.
ScsiInquiry.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiry
 
ScsiInquiryResponse - class in com.github.mjdev.libaums.driver.scsi.commands
This class represents the response of a SCSI Inquiry.
ScsiInquiryResponse.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
ScsiRead10 - class in com.github.mjdev.libaums.driver.scsi.commands
SCSI command to read from the mass storage device.
ScsiRead10.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
 
ScsiReadCapacity - class in com.github.mjdev.libaums.driver.scsi.commands
Represents the command to read the capacity from the mass storage device.
ScsiReadCapacity.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacity
 
ScsiReadCapacityResponse - class in com.github.mjdev.libaums.driver.scsi.commands
Represents the response of a read capacity request.
ScsiReadCapacityResponse.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacityResponse
 
ScsiRequestSense - class in com.github.mjdev.libaums.driver.scsi.commands.sense
This class is used to issue a SCSI request sense when a command has failed.
ScsiRequestSense.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSense
 
ScsiRequestSenseResponse - class in com.github.mjdev.libaums.driver.scsi.commands.sense
Represents the response of a sense request.
ScsiRequestSenseResponse.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
ScsiTestUnitReady - class in com.github.mjdev.libaums.driver.scsi.commands
This command is used to determine if the logical unit of the mass storage device is ready.
ScsiTestUnitReady.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiTestUnitReady
 
ScsiWrite10 - class in com.github.mjdev.libaums.driver.scsi.commands
SCSI command to write to the mass storage device.
ScsiWrite10.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
 
search(String) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
Tries to search a corresponding entry associated with the path parameter.
search(String) - function in com.github.mjdev.libaums.fs.UsbFile
Tries to search a corresponding entry associated with the path parameter.
search(String) - function in com.github.mjdev.libaums.fs.FatDirectory
Tries to search a corresponding entry associated with the path parameter.
search(String) - function in com.github.mjdev.libaums.fs.FatFile
Tries to search a corresponding entry associated with the path parameter.
SenseException - class in com.github.mjdev.libaums.driver.scsi.commands.sense
 
SenseException.Companion - class in com.github.mjdev.libaums.driver.scsi.commands.sense.SenseException
 
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiry
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacity
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiTestUnitReady
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
Serializes the command block wrapper for transmission.
serialize(ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSense
Serializes the command block wrapper for transmission.
setAdditionalSenseCode(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setAdditionalSenseCodeQualifier(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setAdditionalSenseLength(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setBCswStatus(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandStatusWrapper
 
setBlockLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacityResponse
 
setBlockSize(Integer) - function in com.github.mjdev.libaums.driver.file.FileBlockDeviceDriver
 
setBlockSize(Integer) - function in com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiry
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacity
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiTestUnitReady
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
 
setBmCbwFlags(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRequestSense
 
setCommandSpecificInformation(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiry
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacity
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiTestUnitReady
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
 
setDCbwDataTransferLength(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRequestSense
 
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandBlockWrapper
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiry
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRead10
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacity
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiTestUnitReady
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiWrite10
The tag which can be used to determine the corresponding CBW.
setDCbwTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiRequestSense
The tag which can be used to determine the corresponding CBW.
setDCswDataResidue(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandStatusWrapper
 
setDCswTag(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.CommandStatusWrapper
 
setErrorCode(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setFileSystem(FileSystem) - function in com.github.mjdev.libaums.partition.Partition
 
setInformation(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setInformationValid(Boolean) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setIsRemovableMedia(Boolean) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
setLength(Long) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
Sets the new file length.
setLength(Long) - function in com.github.mjdev.libaums.fs.UsbFile
Sets the new file length.
setLength(Long) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
Sets the new file length.
setLength(Long) - function in com.github.mjdev.libaums.fs.fat32.FatFile
Sets the new file length.
setLogicalBlockAddress(Integer) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiReadCapacityResponse
 
setLogicalBlockAddress(Integer) - function in com.github.mjdev.libaums.partition.PartitionTableEntry
 
setName(String) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
Set a new name for this file or directory.
setName(String) - function in com.github.mjdev.libaums.fs.UsbFile
Set a new name for this file or directory.
setName(String) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
Set a new name for this file or directory.
setName(String) - function in com.github.mjdev.libaums.fs.fat32.FatFile
Set a new name for this file or directory.
setParent(FatDirectory) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
Null if this is the root directory.
setParent(FatDirectory) - function in com.github.mjdev.libaums.fs.fat32.FatFile
 
setPartitions(List) - function in com.github.mjdev.libaums.UsbMassStorageDevice
 
setPartitionType(Integer) - function in com.github.mjdev.libaums.partition.PartitionTableEntry
 
setPeripheralDeviceType(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
setPeripheralQualifier(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
setResponseDataFormat(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
setSegmentNumber(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setSenseKey(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.sense.ScsiRequestSenseResponse
 
setSpcVersion(Byte) - function in com.github.mjdev.libaums.driver.scsi.commands.ScsiInquiryResponse
 
setStackTrace(Array) - function in kotlin.SenseException
 
setStackTrace(Array) - function in kotlin.InitRequired
 
setStackTrace(Array) - function in kotlin.RestartRequired
 
setStackTrace(Array) - function in kotlin.Unrecoverable
 
setStackTrace(Array) - function in kotlin.NotReady
 
setStackTrace(Array) - function in kotlin.NotReadyTryAgain
 
setStackTrace(Array) - function in kotlin.ManualIntervention
 
setStackTrace(Array) - function in kotlin.MediaNotInserted
 
setStackTrace(Array) - function in kotlin.MediumError
 
setStackTrace(Array) - function in kotlin.HardwareError
 
setStackTrace(Array) - function in kotlin.IllegalCommand
 
setStackTrace(Array) - function in kotlin.UnitAttention
 
setStackTrace(Array) - function in kotlin.DataProtect
 
setStackTrace(Array) - function in kotlin.BlankCheck
 
setStackTrace(Array) - function in kotlin.CopyAborted
 
setStackTrace(Array) - function in kotlin.Aborted
 
setStackTrace(Array) - function in kotlin.VolumeOverflow
 
setStackTrace(Array) - function in kotlin.Miscompare
 
setStackTrace(Array) - function in kotlin.FileSystemFactory.UnsupportedFileSystemException
 
setStackTrace(Array) - function in kotlin.PartitionTableFactory.UnsupportedPartitionTableException
 
setStackTrace(Array) - function in kotlin.PipeException
 
setStackTrace(Array) - function in kotlin.UsbCommunicationFactory.NoUsbCommunicationFound
 
setTimeZone(TimeZone) - function in com.github.mjdev.libaums.fs.FileSystemFactory
Set the timezone a file system should use to decode timestamps, if the file system only stores local date and time and has no reference which zone these timestamp correspond to.
setTotalNumberOfSectors(Integer) - function in com.github.mjdev.libaums.partition.PartitionTableEntry
 
setUnderlyingUsbCommunication(UsbCommunicationFactory.UnderlyingUsbCommunication) - function in com.github.mjdev.libaums.usb.UsbCommunicationFactory
 
size() - function in java.util.LRUCache
 
skip(Long) - function in com.github.mjdev.libaums.fs.UsbFileInputStream
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W