Class LineCollection
java.lang.Object
aQute.lib.collections.LineCollection
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<String>
-
Constructor Summary
ConstructorsConstructorDescriptionLineCollection(BufferedReader reader) LineCollection(File in) LineCollection(Reader reader) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
LineCollection
- Throws:
IOException
-
LineCollection
- Throws:
IOException
-
LineCollection
- Throws:
IOException
-
LineCollection
- Throws:
IOException
-
-
Method Details
-
hasNext
-
next
-
remove
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-