UriReaderAsyncTask

public class UriReaderAsyncTask extends AsyncTask<Uri, Void, Array<byte>>

Internal use only.

Constructors

UriReaderAsyncTask
Link copied to clipboard
void UriReaderAsyncTask(@NonNull() Context context, @NonNull() AsyncCallback<Array<byte>, Exception> listener)

Functions

cancel
Link copied to clipboard
final boolean cancel(boolean mayInterruptIfRunning)
execute
Link copied to clipboard
final AsyncTask<Params, Progress, Resultexecute(Array<Params> params)
static void execute(Runnable runnable)
executeOnExecutor
Link copied to clipboard
final AsyncTask<Params, Progress, ResultexecuteOnExecutor(Executor exec, Array<Params> params)
get
Link copied to clipboard
final Result get()
getStatus
Link copied to clipboard
final AsyncTask.Status getStatus()
isCancelled
Link copied to clipboard
final boolean isCancelled()