Using Guava CountingOutputStream   1. Overview In this tutorial, we’re going to look at the CountingOutputStream class and how to use it. The class can be found in popular libraries like Apache Commons or Google Guava. We’re going focus on the implementation in the Guava library. 2. CountingOutputStream ==== 2.1.… Continue Reading guava-counting-outputstream