bitcoinj/core/src
Sean Gilligan 7776f7c907 BlockFileLoader: refactor to use single-file Block iterator internally
* Replace iterator that iterates all blocks in a file list with iterator
  that iterates all blocks in a single file
* Rewrite stream() to use flatMap() on a stream of blocks in a file (internally
  using BlockFileIterator)
* Rewrite iterator() to use stream()

This is a step towards a standalone capability to iterate/stream the blocks
in a single .dat file. It also is a step towards higher-performance
implementations that can use multiple threads.
2023-08-23 10:41:45 +02:00
..
main BlockFileLoader: refactor to use single-file Block iterator internally 2023-08-23 10:41:45 +02:00
test BlockFileLoader: add stream() 2023-08-23 10:37:19 +02:00