Class LineIterator

java.lang.Object
org.aoju.bus.core.collection.ComputeIterator<String>
org.aoju.bus.core.collection.LineIterator
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Iterable<String>, Iterator<String>, IterableIterator<String>

public class LineIterator extends ComputeIterator<String> implements IterableIterator<String>, Closeable, Serializable
将Reader包装为一个按照行读取的Iterator 此对象遍历结束后,应关闭之,推荐使用方式:
Since:
Java 17+
Author:
Kimi Liu
See Also: