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

com.redis.riot.file.SystemOutResource Maven / Gradle / Ivy

There is a newer version: 4.1.9
Show newest version
package com.redis.riot.file;

public class SystemOutResource extends OutputStreamResource {

	public SystemOutResource() {
		super(System.out, "stdout", "Standard Output");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy