| Package | Description |
|---|---|
| com.helger.commons.io.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
CountingOutputStream
A wrapper around an
OutputStream that counts the number of read
bytes. |
class |
LoggingOutputStream
A wrapper around an
OutputStream that logs what he is doing. |
class |
MessageDigestOutputStream
A wrapper around an
OutputStream that creates a message digest while
writing. |
class |
NonClosingOutputStream
A special
OutputStream that does not close the stream. |
Copyright © 2014–2016 Philip Helger. All rights reserved.