Class CountingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.google.common.io.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

@Beta @Deprecated(since="2022-12-01") public final class CountingInputStream extends FilterInputStream
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
An InputStream that counts the number of bytes read.
Since:
1.0