mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-06 18:18:51 +00:00
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1511039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aede94a857
commit
53f83b4f18
@ -27,7 +27,7 @@ import java.io.IOException;
|
||||
import java.io.Reader;
|
||||
|
||||
/**
|
||||
* A special reader decorator which supports more sophisticated access to the underlying reader object.
|
||||
* A special buffered reader which supports sophisticated read access.
|
||||
* <p>
|
||||
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by
|
||||
* {@link #read()}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user