openrq-team / OpenRQ

https://openrq-team.github.io/openrq/
Apache License 2.0
141 stars 28 forks source link

RandomAccessDataEncoder/RandomAccessDataDecoder #5

Closed ruckc closed 8 years ago

ruckc commented 8 years ago

It would be nice if there was a RandomAccess Encoder/Decoder that took a RandomAccessFile. This would allow for easily encoding massive files from files larger than available memory.

zemasa commented 8 years ago

This was considered at the time, but not possible due to time limitations. Happy to look at a pull request though :)