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

com.github.dakusui.cmd.io.LineReader Maven / Gradle / Ivy

package com.github.dakusui.cmd.io;

import com.github.dakusui.cmd.exceptions.CommandException;

public interface LineReader {
	String read() throws CommandException;

	void close() throws CommandException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy