| 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 |
NonBlockingBufferedOutputStream
A non-synchronized copy of the class
BufferedOutputStream. |
class |
NonClosingOutputStream
A special
OutputStream that does not close the stream. |
Copyright © 2014–2017 Philip Helger. All rights reserved.