
com.github.dakusui.cmd.io.LineReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cmd Show documentation
Show all versions of cmd Show documentation
Command line streamer library for Java 8
The newest version!
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