| Package | Description |
|---|---|
| com.helger.commons.base64 | |
| com.helger.commons.io.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64InputStream
A
Base64InputStream will read data from another
InputStream, given in the constructor, and encode/decode to/from
Base64 notation on the fly. |
| 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 |
NonBlockingBufferedInputStream
Non-synchronized version of
BufferedInputStream. |
class |
NonClosingInputStream
A special
InputStream that does not close the stream. |
Copyright © 2014–2017 Philip Helger. All rights reserved.