Package org.apache.camel.util
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
Scanner
-
Scanner
- Throws:
FileNotFoundException
-
Scanner
-
Scanner
-
Scanner
-
Scanner
-
-
Method Details