Class Scanner
java.lang.Object
org.apache.camel.util.Scanner
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<String>
-
Constructor Summary
ConstructorsConstructorDescriptionScanner(InputStream source, String charsetName, String pattern) Scanner(ReadableByteChannel source, String charsetName, String pattern) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
Scanner
-
Scanner
- Throws:
FileNotFoundException
-
Scanner
-
Scanner
-
Scanner
-
Scanner
-
-
Method Details
-
hasNext
-
next
-
getDelim
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-