jar

xyz.deftu.fd : FileDownloader

Maven & Gradle

Mar 29, 2022
1 stars

FileDownloader · A simple Java file downloader implementation, with a factory for it's instantiation.

Table Of Contents

Latest Version

Download xyz.deftu.fd : FileDownloader JAR file - Latest Versions:

All Versions

Download xyz.deftu.fd : FileDownloader JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window FileDownloader-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.deftu.fd

├─ xyz.deftu.fd.ConnectionHelper.class - [JAR]

├─ xyz.deftu.fd.Constants.class - [JAR]

├─ xyz.deftu.fd.DownloadCallback.class - [JAR]

├─ xyz.deftu.fd.FileDownloadState.class - [JAR]

├─ xyz.deftu.fd.FileDownloader.class - [JAR]

├─ xyz.deftu.fd.FileDownloaderFactory.class - [JAR]

├─ xyz.deftu.fd.FileDownloaderFactoryImpl.class - [JAR]

├─ xyz.deftu.fd.FileDownloaderImpl.class - [JAR]

├─ xyz.deftu.fd.FileHelper.class - [JAR]

├─ xyz.deftu.fd.HashingHelper.class - [JAR]

├─ xyz.deftu.fd.JvmDownloadCallback.class - [JAR]

├─ xyz.deftu.fd.OkHttpDownloadCallback.class - [JAR]