![JAR search and dependency download from the Maven repository](/logo.png)
com.firefly.utils.io.LineReaderHandler Maven / Gradle / Ivy
package com.firefly.utils.io;
public interface LineReaderHandler {
void readline(String text, int num);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.firefly.utils.io;
public interface LineReaderHandler {
void readline(String text, int num);
}