Class | Description |
---|---|
CloseableEmptyInputStream |
A
/dev/null stream that can be closed - in which case it will throw IOException s if invoked after
being closed |
EmptyInputStream |
A
/dev/null implementation - always open |
InputStreamWithChannel | |
LimitInputStream |
Reads from another
InputStream up to specified max. |
NoCloseInputStream |
TODO Add javadoc
|
NoCloseReader | |
NullInputStream |
A
/dev/null input stream |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.