| 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 |
NonBlockingBufferedInputStream
Non-synchronized version of
BufferedInputStream. |
class |
NonBlockingPushbackInputStream
A non-synchronized copy of the class
PushbackInputStream. |
class |
NonClosingInputStream
A special
InputStream that does not close the stream. |
Copyright © 2014–2017 Philip Helger. All rights reserved.