All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.util.internal.streamreader.FastScanner Maven / Gradle / Ivy

The newest version!
package org.asteriskjava.util.internal.streamreader;

import java.io.Closeable;
import java.io.IOException;

public interface FastScanner extends Closeable {
    String next() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy