Resolve "Refactor/Cleanup: Binary transfer"

Closes #28 (closed)

Changes

  • UploadCompletion now internally uses SortedMap<...> chunks = new TreeMap(...) instead of Map<...> chunks. It relies on the chunks being sorted, which Map does not guarantee. (It still uses TreeMap so no behavior changed, but now the contract is more explicit.)
  • Moved ByteArrayProcessedInputStream from library.core to examples.test_server.utils, which is its only place of usage
Edited by Niklas Mertsch

Merge request reports

Loading