| Constructor and Description |
|---|
Scanner(File source,
String charsetName,
String pattern) |
Scanner(InputStream source,
String charsetName,
String pattern) |
Scanner(ReadableByteChannel source,
String charsetName,
String pattern) |
Scanner(Readable source,
String pattern) |
Scanner(String source,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
IOException |
ioException() |
String |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic Scanner(InputStream source, String charsetName, String pattern)
public Scanner(File source, String charsetName, String pattern) throws FileNotFoundException
FileNotFoundExceptionpublic Scanner(ReadableByteChannel source, String charsetName, String pattern)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic IOException ioException()
Apache Camel