| Package | Description |
|---|---|
| com.helger.commons.base64 | |
| com.helger.commons.io.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64OutputStream
A
Base64OutputStream will write data to another
OutputStream , given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
| 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–2022 Philip Helger. All rights reserved.