ring
ring copied to clipboard
Add :max-size option to byte-array-store
Related to #297. Not marking as "fixes" because this only applies to byte-array-store, not temp-file-store.
Does what it says in the title. I recognize that this does overlap in intended features with #98, but given the lack of activity there I figured I may as well submit the solution that I created for my own project. I believe this is self-contained enough that it should be feasible to merge as-is.
Could org.apache.commons.io.input.BoundedInputStream be used instead of a proxy?