Skip to content

Simple Implementation of a Download Manager in Java

License

Notifications You must be signed in to change notification settings

LoicB/DownloadManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DownloadManager

This is a simple download manager written in java. It downloads parts of a file in different threads and combines them later for efficient download.

It also allows you to pause/resume downloads. Similarly, downloads are persistence. The downloads are made persistent by serializing objects to disk. The main GUI is made by the JavaFX framework in the Observer/Observable model for easy extension.

About

Simple Implementation of a Download Manager in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.7%
  • CSS 6.3%