public class ParallelCountBytes extends Object
This example shows how to go through all the contents of a file, in order, using multithreaded NIO reads. It prints a MD5 hash and reports how long it took.
See the README for compilation instructions. Run this code with
target/appassembler/bin/ParallelCountBytes <file>| Constructor and Description |
|---|
ParallelCountBytes() |
Copyright © 2016 Google. All rights reserved.