Class CircularInputStream

All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
InfiniteCircularInputStream

An InputStream that repeats provided bytes for given target byte count.

Closing this input stream has no effect. The methods in this class can be called after the stream has been closed without generating an IOException.

Since:
2.8.0
See Also: