mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
7776f7c907
* 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. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |