- ReaderException - Exception in com.acs.audiojack
-
ReaderException
is the superclass of those exceptions that can
be thrown during normal operation of the reader.
- ReaderException() - Constructor for exception com.acs.audiojack.ReaderException
-
- ReaderException(String, Throwable) - Constructor for exception com.acs.audiojack.ReaderException
-
- ReaderException(String) - Constructor for exception com.acs.audiojack.ReaderException
-
- ReaderException(Throwable) - Constructor for exception com.acs.audiojack.ReaderException
-
- ReaderNotStartedException - Exception in com.acs.audiojack
-
Thrown when the reader is not started.
- ReaderNotStartedException() - Constructor for exception com.acs.audiojack.ReaderNotStartedException
-
- ReaderNotStartedException(String, Throwable) - Constructor for exception com.acs.audiojack.ReaderNotStartedException
-
- ReaderNotStartedException(String) - Constructor for exception com.acs.audiojack.ReaderNotStartedException
-
- ReaderNotStartedException(Throwable) - Constructor for exception com.acs.audiojack.ReaderNotStartedException
-
- RemovedCardException - Exception in com.acs.audiojack
-
Thrown when a program attempts to access a card which is removed.
- RemovedCardException() - Constructor for exception com.acs.audiojack.RemovedCardException
-
- RemovedCardException(String, Throwable) - Constructor for exception com.acs.audiojack.RemovedCardException
-
- RemovedCardException(String) - Constructor for exception com.acs.audiojack.RemovedCardException
-
- RemovedCardException(Throwable) - Constructor for exception com.acs.audiojack.RemovedCardException
-
- RequestQueueFullException - Exception in com.acs.audiojack
-
Thrown when the request queue is full.
- RequestQueueFullException() - Constructor for exception com.acs.audiojack.RequestQueueFullException
-
- RequestQueueFullException(String, Throwable) - Constructor for exception com.acs.audiojack.RequestQueueFullException
-
- RequestQueueFullException(String) - Constructor for exception com.acs.audiojack.RequestQueueFullException
-
- RequestQueueFullException(Throwable) - Constructor for exception com.acs.audiojack.RequestQueueFullException
-
- reset() - Method in class com.acs.audiojack.AudioJackReader
-
Resets the reader.
- reset(AudioJackReader.OnResetCompleteListener) - Method in class com.acs.audiojack.AudioJackReader
-
Resets the reader.
- reset() - Method in class com.acs.audiojack.CRC16
-
Resets the CRC16 checksum to it initial state.
- Result - Class in com.acs.audiojack
-
The Result
class represents the execution result after
performing the operation from the reader.
- Result() - Constructor for class com.acs.audiojack.Result
-
Creates an instance of Result
.
- Result(byte[]) - Constructor for class com.acs.audiojack.Result
-
Initializes the result from the byte array.
- Result(byte[], int, int) - Constructor for class com.acs.audiojack.Result
-
Initializes the result from the byte array.