Class | Description |
---|---|
KeepOpenInputStream |
A wrapper around an
InputStream that turns the close method into a no-op, and
requires the calling of the doClose method instead. |
ResettableFileInputStream |
A wrapper around a
FileInputStream that provides mark-and-reset capabilities. |
WrappedByteArrayInputStream |
Basic extension to
ByteArrayInputStream that lets you create duplicate streams from the
same underlying byte buffer. |
WrappedFileInputStream |
Simple wrapper over FileInputStream that also exposes the File used to create the stream.
|
Copyright © 2016–2024. All rights reserved.