Skip to content

Commit

Permalink
add reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag Verma authored and Anurag Verma committed Mar 18, 2024
1 parent 0602a42 commit 4d5eebd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# FlashFetch

FlashFetch is a Java package designed for efficient and concurrent file downloading. It provides a simple and intuitive API for managing download tasks, allowing you to add, pause, resume, and cancel downloads with ease.

## Features

- **Concurrent Downloads**: FlashFetch supports concurrent downloading of multiple files, maximizing the utilization of available network resources.
- **Multi-part Downloading**: Files can be downloaded in multiple parts, improving download speed and reliability, especially for larger files.
- **Non-blocking Operations**: The download tasks run asynchronously, allowing you to continue working with your application while files are being downloaded in the background.
- **Download Queue Management**: Easily add, pause, resume, and cancel download tasks in the queue.
- **Intuitive API**: The package provides a straightforward and user-friendly API for managing downloads.

0 comments on commit 4d5eebd

Please sign in to comment.