All Implemented Interfaces:
Closeable, AutoCloseable, Readable
Direct Known Subclasses:
PushbackReader

  • Field Summary

    Fields

    The underlying character-input stream.

  • Constructor Summary

    Constructors

    protected

    Creates a new filtered reader.

  • Method Summary

    void

    close()

    Closes the stream and releases any system resources associated with it.

    void

    mark(int readAheadLimit)

    Marks the present position in the stream.

    boolean

    Tells whether this stream supports the mark() operation.

    int

    read()

    Reads a single character.

    int

    read(char[] cbuf, int off, int len)

    Reads characters into a portion of an array.

    boolean

    ready()

    Tells whether this stream is ready to be read.

    void

    reset()

    long

    skip(long n)

  • Field Details

    • in

  • Constructor Details

    • FilterReader

  • Method Details

    • read

    • read

    • skip

    • ready

    • markSupported

    • mark

    • reset

    • close