1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 15:42:50 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
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
673bfc6639 Adds -SNAPSHOT to Maven version parameter and few modifications to API 2012-01-17 17:07:48 -02:00
08d22a12fe Implements CaptchaTrader service 2012-01-17 12:28:22 -02:00