Constructor and Description |
---|
LineCollection(BufferedReader reader) |
LineCollection(File in) |
LineCollection(InputStream in) |
LineCollection(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public LineCollection(InputStream in) throws IOException
IOException
public LineCollection(File in) throws IOException
IOException
public LineCollection(Reader reader) throws IOException
IOException
public LineCollection(BufferedReader reader) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2015 aQute SARL. All rights reserved.