git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1511039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-08-06 17:12:26 +00:00
parent aede94a857
commit 53f83b4f18

View File

@ -27,7 +27,7 @@ import java.io.IOException;
import java.io.Reader; 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> * <p>
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by * In particular the reader supports a look-ahead option, which allows you to see the next char returned by
* {@link #read()}. * {@link #read()}.