| Package | Description |
|---|---|
| com.helger.commons.io.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
CountingInputStream
A wrapper around an
InputStream that counts the number of read bytes. |
class |
LoggingInputStream
A wrapper around an
InputStream that debugs read and skip actions. |
class |
MessageDigestInputStream
A wrapper around an
InputStream that performs a hashing while
reading. |
class |
NonClosingInputStream
A special
InputStream that does not close the stream. |
Copyright © 2014–2016 Philip Helger. All rights reserved.