FilterReader (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Closeable, AutoCloseable, Readable
- Direct Known Subclasses:
PushbackReader
-
Field Summary
Fields
The underlying character-input stream.
-
Constructor Summary
Constructors
protectedCreates a new filtered reader.
-
Method Summary
voidclose()Closes the stream and releases any system resources associated with it.
voidmark(int readAheadLimit) Marks the present position in the stream.
booleanTells whether this stream supports the mark() operation.
intread()Reads a single character.
intread(char[] cbuf, int off, int len) Reads characters into a portion of an array.
booleanready()Tells whether this stream is ready to be read.
voidreset()longskip(long n)
-
Field Details
-
in
-
-
Constructor Details
-
FilterReader
-
-
Method Details
-
read
-
read
-
skip
-
ready
-
markSupported
-
mark
-
reset
-
close
-