1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00
Rogiel a4c569f10e Implements SeekableDownloadChannel
The SeekableDownloadChannel implements SeekableByteChannel and allows to
set the position of the channel and read data from that point onward.
The SeekableDownloadChannel implementation, creates a new internal
DownloadChannel at every call to position(long), that will create a
resume channel onto that point, thus, not all service implementations
are supported.
2012-01-17 23:11:03 -02:00
2011-09-07 23:57:01 -03:00

== What is this? ==

This is a Java Library written to simplify download and upload from multiple
free share sites.

Instead of writing an specific API for each situation, I designed a single API
capable of almost everything! Upload and downloads are done through Java.NIO
Channels and with those you can stream the file, both up and down.

Also, if you wish, you can easily (with less than 10 lines!) implement an
file copier. It downloads the file from one server and transfer it to another!

== Can I use it already? ==
The API is basically done, but so far not much servers are supported, but you
are, however, free to use it already! By the way, once you start using it, if
you develop any new service, please share with me!
Description
No description provided
Readme Apache-2.0 633 KiB
Languages
Java 100%