Class RewindableInputStream

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

@Deprecated(since="2021-07-29") public class RewindableInputStream extends DynamicPushbackInputStream
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
RewindableInputStream is a specialization of the PushbackInputStream that maintains an internal buffer of read bytes that a user can rewind (unread) back into the stream without having to do their own buffer management. The rewind buffer grows dynamically