Class RewindableReader

  • All Implemented Interfaces:
    Rewindable, Closeable, AutoCloseable, Readable

    public class RewindableReader
    extends Reader
    implements Rewindable
    Rewindable implementation over a reader. Modified from RewindableInputStream by replacing the input stream with a reader.
    Author:
    george