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

com.redis.riot.core.IO Maven / Gradle / Ivy

The newest version!
package com.redis.riot.core;

import java.io.PrintWriter;

public interface IO {

	PrintWriter getOut();

	void setOut(PrintWriter out);

	PrintWriter getErr();

	void setErr(PrintWriter err);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy