![JAR search and dependency download from the Maven repository](/logo.png)
org.asteriskjava.util.internal.streamreader.FastScanner Maven / Gradle / Ivy
package org.asteriskjava.util.internal.streamreader;
import java.io.Closeable;
import java.io.IOException;
public interface FastScanner extends Closeable
{
String next() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy