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

A

addRequest(DownloadRequest) - Method in class com.downloader.internal.DownloadRequestQueue
 
AppDbHelper - Class in com.downloader.database
Created by anandgaurav on 14-11-2017.
AppDbHelper(Context) - Constructor for class com.downloader.database.AppDbHelper
 

B

build() - Method in class com.downloader.PRDownloaderConfig.Builder
 
build() - Method in class com.downloader.request.DownloadRequestBuilder
 
Builder() - Constructor for class com.downloader.PRDownloaderConfig.Builder
 

C

cancel() - Method in class com.downloader.request.DownloadRequest
 
cancel(int) - Method in class com.downloader.internal.DownloadRequestQueue
 
cancel(int) - Static method in class com.downloader.PRDownloader
Method to cancel request with the given downloadId
cancel(Object) - Method in class com.downloader.internal.DownloadRequestQueue
 
cancel(Object) - Static method in class com.downloader.PRDownloader
Method to cancel requests with the given tag
cancelAll() - Method in class com.downloader.internal.DownloadRequestQueue
 
cancelAll() - Static method in class com.downloader.PRDownloader
Method to cancel all requests
CANCELLED - com.downloader.Status
 
cleanUp(int) - Static method in class com.downloader.PRDownloader
Method to clean up temporary resumed files which is older than the given day
clear() - Method in class com.downloader.database.AppDbHelper
 
clear() - Method in interface com.downloader.database.DbHelper
 
clear() - Method in class com.downloader.database.NoOpsDbHelper
 
clone() - Method in class com.downloader.httpclient.DefaultHttpClient
 
clone() - Method in interface com.downloader.httpclient.HttpClient
 
close() - Method in class com.downloader.httpclient.DefaultHttpClient
 
close() - Method in interface com.downloader.httpclient.HttpClient
 
close() - Method in interface com.downloader.internal.stream.FileDownloadOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
com.downloader - package com.downloader
 
com.downloader.core - package com.downloader.core
 
com.downloader.database - package com.downloader.database
 
com.downloader.handler - package com.downloader.handler
 
com.downloader.httpclient - package com.downloader.httpclient
 
com.downloader.internal - package com.downloader.internal
 
com.downloader.internal.stream - package com.downloader.internal.stream
 
com.downloader.request - package com.downloader.request
 
com.downloader.utils - package com.downloader.utils
 
compareTo(DownloadFutureTask) - Method in class com.downloader.core.DownloadFutureTask
 
COMPLETED - com.downloader.Status
 
ComponentHolder - Class in com.downloader.internal
Created by amitshekhar on 14/11/17.
ComponentHolder() - Constructor for class com.downloader.internal.ComponentHolder
 
connect(DownloadRequest) - Method in class com.downloader.httpclient.DefaultHttpClient
 
connect(DownloadRequest) - Method in interface com.downloader.httpclient.HttpClient
 
Constants - Class in com.downloader
Created by amitshekhar on 13/11/17.
Core - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
create(File) - Static method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
currentBytes - Variable in class com.downloader.Progress
 

D

DatabaseOpenHelper - Class in com.downloader.database
Created by anandgaurav on 14-11-2017.
DbHelper - Interface in com.downloader.database
Created by anandgaurav on 14-11-2017.
DEFAULT_CONNECT_TIMEOUT_IN_MILLS - Static variable in class com.downloader.Constants
 
DEFAULT_READ_TIMEOUT_IN_MILLS - Static variable in class com.downloader.Constants
 
DEFAULT_USER_AGENT - Static variable in class com.downloader.Constants
 
DefaultExecutorSupplier - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
DefaultHttpClient - Class in com.downloader.httpclient
Created by amitshekhar on 13/11/17.
DefaultHttpClient() - Constructor for class com.downloader.httpclient.DefaultHttpClient
 
deleteTempFileAndDatabaseEntryInBackground(String, int) - Static method in class com.downloader.utils.Utils
 
deleteUnwantedModelsAndTempFiles(int) - Static method in class com.downloader.utils.Utils
 
deliverError(Error) - Method in class com.downloader.request.DownloadRequest
 
deliverPauseEvent() - Method in class com.downloader.request.DownloadRequest
 
deliverStartEvent() - Method in class com.downloader.request.DownloadRequest
 
deliverSuccess() - Method in class com.downloader.request.DownloadRequest
 
download(String, String, String) - Static method in class com.downloader.PRDownloader
Method to make download request
DownloadExecutor - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
DownloadFutureTask - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
DownloadModel - Class in com.downloader.database
Created by anandgaurav on 14-11-2017.
DownloadModel() - Constructor for class com.downloader.database.DownloadModel
 
DownloadRequest - Class in com.downloader.request
Created by amitshekhar on 13/11/17.
DownloadRequestBuilder - Class in com.downloader.request
Created by amitshekhar on 13/11/17.
DownloadRequestBuilder(String, String, String) - Constructor for class com.downloader.request.DownloadRequestBuilder
 
DownloadRequestQueue - Class in com.downloader.internal
Created by amitshekhar on 13/11/17.
DownloadRunnable - Class in com.downloader.internal
Created by amitshekhar on 13/11/17.
DownloadTask - Class in com.downloader.internal
Created by amitshekhar on 13/11/17.

E

Error - Class in com.downloader
Created by amitshekhar on 13/11/17.
Error() - Constructor for class com.downloader.Error
 
ETAG - Static variable in class com.downloader.Constants
 
execute() - Method in class com.downloader.internal.SynchronousCall
 
execute(Runnable) - Method in class com.downloader.core.MainThreadExecutor
 
executeSync() - Method in class com.downloader.request.DownloadRequest
 
ExecutorSupplier - Interface in com.downloader.core
Created by amitshekhar on 13/11/17.

F

FAILED - com.downloader.Status
 
FileDownloadOutputStream - Interface in com.downloader.internal.stream
 
FileDownloadRandomAccessFile - Class in com.downloader.internal.stream
 
find(int) - Method in class com.downloader.database.AppDbHelper
 
find(int) - Method in interface com.downloader.database.DbHelper
 
find(int) - Method in class com.downloader.database.NoOpsDbHelper
 
finish(DownloadRequest) - Method in class com.downloader.internal.DownloadRequestQueue
 
flushAndSync() - Method in interface com.downloader.internal.stream.FileDownloadOutputStream
Flush all buffer to system and force all system buffers to synchronize with the underlying device.
flushAndSync() - Method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
forBackgroundTasks() - Method in class com.downloader.core.DefaultExecutorSupplier
 
forBackgroundTasks() - Method in interface com.downloader.core.ExecutorSupplier
 
forDownloadTasks() - Method in class com.downloader.core.DefaultExecutorSupplier
 
forDownloadTasks() - Method in interface com.downloader.core.ExecutorSupplier
 
forMainThreadTasks() - Method in class com.downloader.core.DefaultExecutorSupplier
 
forMainThreadTasks() - Method in interface com.downloader.core.ExecutorSupplier
 

G

getConnectionException() - Method in class com.downloader.Error
 
getConnectTimeout() - Method in class com.downloader.internal.ComponentHolder
 
getConnectTimeout() - Method in class com.downloader.PRDownloaderConfig
 
getConnectTimeout() - Method in class com.downloader.request.DownloadRequest
 
getContentLength() - Method in class com.downloader.httpclient.DefaultHttpClient
 
getContentLength() - Method in interface com.downloader.httpclient.HttpClient
 
getDbHelper() - Method in class com.downloader.internal.ComponentHolder
 
getDirPath() - Method in class com.downloader.database.DownloadModel
 
getDirPath() - Method in class com.downloader.request.DownloadRequest
 
getDownloadedBytes() - Method in class com.downloader.database.DownloadModel
 
getDownloadedBytes() - Method in class com.downloader.request.DownloadRequest
 
getDownloadId() - Method in class com.downloader.request.DownloadRequest
 
getError() - Method in class com.downloader.Response
 
getErrorStream() - Method in class com.downloader.httpclient.DefaultHttpClient
 
getErrorStream() - Method in interface com.downloader.httpclient.HttpClient
 
getETag() - Method in class com.downloader.database.DownloadModel
 
getExecutorSupplier() - Method in class com.downloader.core.Core
 
getFileName() - Method in class com.downloader.database.DownloadModel
 
getFileName() - Method in class com.downloader.request.DownloadRequest
 
getFuture() - Method in class com.downloader.request.DownloadRequest
 
getHeaderFields() - Method in class com.downloader.Error
 
getHeaderFields() - Method in class com.downloader.httpclient.DefaultHttpClient
 
getHeaderFields() - Method in interface com.downloader.httpclient.HttpClient
 
getHeaders() - Method in class com.downloader.request.DownloadRequest
 
getHttpClient() - Method in class com.downloader.internal.ComponentHolder
 
getHttpClient() - Method in class com.downloader.PRDownloaderConfig
 
getId() - Method in class com.downloader.database.DownloadModel
 
getInputStream() - Method in class com.downloader.httpclient.DefaultHttpClient
 
getInputStream() - Method in interface com.downloader.httpclient.HttpClient
 
getInstance() - Static method in class com.downloader.core.Core
 
getInstance() - Static method in class com.downloader.internal.ComponentHolder
 
getInstance() - Static method in class com.downloader.internal.DownloadRequestQueue
 
getLastModifiedAt() - Method in class com.downloader.database.DownloadModel
 
getOnProgressListener() - Method in class com.downloader.request.DownloadRequest
 
getPath(String, String) - Static method in class com.downloader.utils.Utils
 
getPriority() - Method in class com.downloader.request.DownloadRequest
 
getReadTimeout() - Method in class com.downloader.internal.ComponentHolder
 
getReadTimeout() - Method in class com.downloader.PRDownloaderConfig
 
getReadTimeout() - Method in class com.downloader.request.DownloadRequest
 
getRedirectedConnectionIfAny(HttpClient, DownloadRequest) - Static method in class com.downloader.utils.Utils
 
getResponseCode() - Method in class com.downloader.Error
 
getResponseCode() - Method in class com.downloader.httpclient.DefaultHttpClient
 
getResponseCode() - Method in interface com.downloader.httpclient.HttpClient
 
getResponseHeader(String) - Method in class com.downloader.httpclient.DefaultHttpClient
 
getResponseHeader(String) - Method in interface com.downloader.httpclient.HttpClient
 
getSequenceNumber() - Method in class com.downloader.request.DownloadRequest
 
getServerErrorMessage() - Method in class com.downloader.Error
 
getStatus() - Method in class com.downloader.request.DownloadRequest
 
getStatus(int) - Method in class com.downloader.internal.DownloadRequestQueue
 
getStatus(int) - Static method in class com.downloader.PRDownloader
Method to check the request with the given downloadId is running or not
getTag() - Method in class com.downloader.request.DownloadRequest
 
getTempPath(String, String) - Static method in class com.downloader.utils.Utils
 
getTotalBytes() - Method in class com.downloader.database.DownloadModel
 
getTotalBytes() - Method in class com.downloader.request.DownloadRequest
 
getUniqueId(String, String, String) - Static method in class com.downloader.utils.Utils
 
getUnwantedModels(int) - Method in class com.downloader.database.AppDbHelper
 
getUnwantedModels(int) - Method in interface com.downloader.database.DbHelper
 
getUnwantedModels(int) - Method in class com.downloader.database.NoOpsDbHelper
 
getUrl() - Method in class com.downloader.database.DownloadModel
 
getUrl() - Method in class com.downloader.request.DownloadRequest
 
getUserAgent() - Method in class com.downloader.internal.ComponentHolder
 
getUserAgent() - Method in class com.downloader.PRDownloaderConfig
 
getUserAgent() - Method in class com.downloader.request.DownloadRequest
 

H

handleMessage(Message) - Method in class com.downloader.handler.ProgressHandler
 
HIGH - com.downloader.Priority
Highest priority level.
HTTP_PERMANENT_REDIRECT - Static variable in class com.downloader.Constants
 
HTTP_RANGE_NOT_SATISFIABLE - Static variable in class com.downloader.Constants
 
HTTP_TEMPORARY_REDIRECT - Static variable in class com.downloader.Constants
 
HttpClient - Interface in com.downloader.httpclient
Created by amitshekhar on 13/11/17.

I

IMMEDIATE - com.downloader.Priority
Highest priority level.
init(Context, PRDownloaderConfig) - Method in class com.downloader.internal.ComponentHolder
 
initialize() - Static method in class com.downloader.internal.DownloadRequestQueue
 
initialize(Context) - Static method in class com.downloader.PRDownloader
Initializes PRDownloader with the default config.
initialize(Context, PRDownloaderConfig) - Static method in class com.downloader.PRDownloader
Initializes PRDownloader with the custom config.
insert(DownloadModel) - Method in class com.downloader.database.AppDbHelper
 
insert(DownloadModel) - Method in interface com.downloader.database.DbHelper
 
insert(DownloadModel) - Method in class com.downloader.database.NoOpsDbHelper
 
isCancelled() - Method in class com.downloader.Response
 
isConnectionError() - Method in class com.downloader.Error
 
isDatabaseEnabled() - Method in class com.downloader.PRDownloaderConfig
 
isPaused() - Method in class com.downloader.Response
 
isServerError() - Method in class com.downloader.Error
 
isSuccessful() - Method in class com.downloader.Response
 

L

LOW - com.downloader.Priority
Lowest priority level.

M

MainThreadExecutor - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
MainThreadExecutor() - Constructor for class com.downloader.core.MainThreadExecutor
 
MEDIUM - com.downloader.Priority
Medium priority level.

N

newBuilder() - Static method in class com.downloader.PRDownloaderConfig
 
newThread(Runnable) - Method in class com.downloader.core.PriorityThreadFactory
 
NoOpsDbHelper - Class in com.downloader.database
Created by anandgaurav on 14-11-2017.
NoOpsDbHelper() - Constructor for class com.downloader.database.NoOpsDbHelper
 

O

onCancel() - Method in interface com.downloader.OnCancelListener
 
OnCancelListener - Interface in com.downloader
Created by amitshekhar on 15/11/17.
onCreate(SQLiteDatabase) - Method in class com.downloader.database.DatabaseOpenHelper
 
onDownloadComplete() - Method in interface com.downloader.OnDownloadListener
 
OnDownloadListener - Interface in com.downloader
Created by amitshekhar on 13/11/17.
onError(Error) - Method in interface com.downloader.OnDownloadListener
 
onPause() - Method in interface com.downloader.OnPauseListener
 
OnPauseListener - Interface in com.downloader
Created by amitshekhar on 13/11/17.
onProgress(Progress) - Method in interface com.downloader.OnProgressListener
 
OnProgressListener - Interface in com.downloader
Created by amitshekhar on 13/11/17.
onStartOrResume() - Method in interface com.downloader.OnStartOrResumeListener
 
OnStartOrResumeListener - Interface in com.downloader
Created by amitshekhar on 15/11/17.
onUpgrade(SQLiteDatabase, int, int) - Method in class com.downloader.database.DatabaseOpenHelper
 

P

pause(int) - Method in class com.downloader.internal.DownloadRequestQueue
 
pause(int) - Static method in class com.downloader.PRDownloader
Method to pause request with the given downloadId
PAUSED - com.downloader.Status
 
PRDownloader - Class in com.downloader
PRDownloader entry point.
PRDownloaderConfig - Class in com.downloader
Created by amitshekhar on 13/11/17.
PRDownloaderConfig.Builder - Class in com.downloader
 
priority - Variable in class com.downloader.internal.DownloadRunnable
 
Priority - Enum in com.downloader
Priority levels recognized by the request server.
PriorityThreadFactory - Class in com.downloader.core
Created by amitshekhar on 13/11/17.
Progress - Class in com.downloader
Created by amitshekhar on 13/11/17.
Progress(long, long) - Constructor for class com.downloader.Progress
 
ProgressHandler - Class in com.downloader.handler
Created by amitshekhar on 13/11/17.
ProgressHandler(OnProgressListener) - Constructor for class com.downloader.handler.ProgressHandler
 

Q

QUEUED - com.downloader.Status
 

R

RANGE - Static variable in class com.downloader.Constants
 
remove(int) - Method in class com.downloader.database.AppDbHelper
 
remove(int) - Method in interface com.downloader.database.DbHelper
 
remove(int) - Method in class com.downloader.database.NoOpsDbHelper
 
renameFileName(String, String) - Static method in class com.downloader.utils.Utils
 
request - Variable in class com.downloader.internal.DownloadRunnable
 
request - Variable in class com.downloader.internal.SynchronousCall
 
RequestBuilder - Interface in com.downloader.request
Created by amitshekhar on 13/11/17.
Response - Class in com.downloader
Created by amitshekhar on 13/11/17.
Response() - Constructor for class com.downloader.Response
 
resume(int) - Method in class com.downloader.internal.DownloadRequestQueue
 
resume(int) - Static method in class com.downloader.PRDownloader
Method to resume request with the given downloadId
run() - Method in class com.downloader.internal.DownloadRunnable
 
RUNNING - com.downloader.Status
 

S

seek(long) - Method in interface com.downloader.internal.stream.FileDownloadOutputStream
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seek(long) - Method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
sequence - Variable in class com.downloader.internal.DownloadRunnable
 
setCancelled(boolean) - Method in class com.downloader.Response
 
setConnectionError(boolean) - Method in class com.downloader.Error
 
setConnectionException(Throwable) - Method in class com.downloader.Error
 
setConnectTimeout(int) - Method in class com.downloader.PRDownloaderConfig.Builder
 
setConnectTimeout(int) - Method in class com.downloader.PRDownloaderConfig
 
setConnectTimeout(int) - Method in class com.downloader.request.DownloadRequest
 
setConnectTimeout(int) - Method in class com.downloader.request.DownloadRequestBuilder
 
setConnectTimeout(int) - Method in interface com.downloader.request.RequestBuilder
 
setDatabaseEnabled(boolean) - Method in class com.downloader.PRDownloaderConfig.Builder
 
setDatabaseEnabled(boolean) - Method in class com.downloader.PRDownloaderConfig
 
setDirPath(String) - Method in class com.downloader.database.DownloadModel
 
setDirPath(String) - Method in class com.downloader.request.DownloadRequest
 
setDownloadedBytes(long) - Method in class com.downloader.database.DownloadModel
 
setDownloadedBytes(long) - Method in class com.downloader.request.DownloadRequest
 
setDownloadId(int) - Method in class com.downloader.request.DownloadRequest
 
setError(Error) - Method in class com.downloader.Response
 
setETag(String) - Method in class com.downloader.database.DownloadModel
 
setFileName(String) - Method in class com.downloader.database.DownloadModel
 
setFileName(String) - Method in class com.downloader.request.DownloadRequest
 
setFuture(Future) - Method in class com.downloader.request.DownloadRequest
 
setHeader(String, String) - Method in class com.downloader.request.DownloadRequestBuilder
 
setHeader(String, String) - Method in interface com.downloader.request.RequestBuilder
 
setHeaderFields(Map<String, List<String>>) - Method in class com.downloader.Error
 
setHttpClient(HttpClient) - Method in class com.downloader.PRDownloaderConfig.Builder
 
setHttpClient(HttpClient) - Method in class com.downloader.PRDownloaderConfig
 
setId(int) - Method in class com.downloader.database.DownloadModel
 
setLastModifiedAt(long) - Method in class com.downloader.database.DownloadModel
 
setLength(long) - Method in interface com.downloader.internal.stream.FileDownloadOutputStream
Sets the length of this file.
setLength(long) - Method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
setOnCancelListener(OnCancelListener) - Method in class com.downloader.request.DownloadRequest
 
setOnPauseListener(OnPauseListener) - Method in class com.downloader.request.DownloadRequest
 
setOnProgressListener(OnProgressListener) - Method in class com.downloader.request.DownloadRequest
 
setOnStartOrResumeListener(OnStartOrResumeListener) - Method in class com.downloader.request.DownloadRequest
 
setPaused(boolean) - Method in class com.downloader.Response
 
setPriority(Priority) - Method in class com.downloader.request.DownloadRequest
 
setPriority(Priority) - Method in class com.downloader.request.DownloadRequestBuilder
 
setPriority(Priority) - Method in interface com.downloader.request.RequestBuilder
 
setReadTimeout(int) - Method in class com.downloader.PRDownloaderConfig.Builder
 
setReadTimeout(int) - Method in class com.downloader.PRDownloaderConfig
 
setReadTimeout(int) - Method in class com.downloader.request.DownloadRequest
 
setReadTimeout(int) - Method in class com.downloader.request.DownloadRequestBuilder
 
setReadTimeout(int) - Method in interface com.downloader.request.RequestBuilder
 
setResponseCode(int) - Method in class com.downloader.Error
 
setSequenceNumber(int) - Method in class com.downloader.request.DownloadRequest
 
setServerError(boolean) - Method in class com.downloader.Error
 
setServerErrorMessage(String) - Method in class com.downloader.Error
 
setStatus(Status) - Method in class com.downloader.request.DownloadRequest
 
setSuccessful(boolean) - Method in class com.downloader.Response
 
setTag(Object) - Method in class com.downloader.request.DownloadRequest
 
setTag(Object) - Method in class com.downloader.request.DownloadRequestBuilder
 
setTag(Object) - Method in interface com.downloader.request.RequestBuilder
 
setTotalBytes(long) - Method in class com.downloader.database.DownloadModel
 
setTotalBytes(long) - Method in class com.downloader.request.DownloadRequest
 
setUrl(String) - Method in class com.downloader.database.DownloadModel
 
setUrl(String) - Method in class com.downloader.request.DownloadRequest
 
setUserAgent(String) - Method in class com.downloader.PRDownloaderConfig.Builder
 
setUserAgent(String) - Method in class com.downloader.PRDownloaderConfig
 
setUserAgent(String) - Method in class com.downloader.request.DownloadRequest
 
setUserAgent(String) - Method in class com.downloader.request.DownloadRequestBuilder
 
setUserAgent(String) - Method in interface com.downloader.request.RequestBuilder
 
shutDown() - Static method in class com.downloader.core.Core
 
shutDown() - Static method in class com.downloader.PRDownloader
Shuts PRDownloader down
start(OnDownloadListener) - Method in class com.downloader.request.DownloadRequest
 
Status - Enum in com.downloader
Created by amitshekhar on 15/11/17.
submit(Runnable) - Method in class com.downloader.core.DownloadExecutor
 
SynchronousCall - Class in com.downloader.internal
 
SynchronousCall(DownloadRequest) - Constructor for class com.downloader.internal.SynchronousCall
 

T

TABLE_NAME - Static variable in class com.downloader.database.AppDbHelper
 
toString() - Method in class com.downloader.Progress
 
totalBytes - Variable in class com.downloader.Progress
 

U

UNKNOWN - com.downloader.Status
 
update(DownloadModel) - Method in class com.downloader.database.AppDbHelper
 
update(DownloadModel) - Method in interface com.downloader.database.DbHelper
 
update(DownloadModel) - Method in class com.downloader.database.NoOpsDbHelper
 
UPDATE - Static variable in class com.downloader.Constants
 
updateProgress(int, long, long) - Method in class com.downloader.database.AppDbHelper
 
updateProgress(int, long, long) - Method in interface com.downloader.database.DbHelper
 
updateProgress(int, long, long) - Method in class com.downloader.database.NoOpsDbHelper
 
USER_AGENT - Static variable in class com.downloader.Constants
 
Utils - Class in com.downloader.utils
Created by amitshekhar on 13/11/17.

V

valueOf(String) - Static method in enum com.downloader.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.downloader.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.downloader.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.downloader.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[], int, int) - Method in interface com.downloader.internal.stream.FileDownloadOutputStream
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class com.downloader.internal.stream.FileDownloadRandomAccessFile
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links