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

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

package com.redis.riot.file;

public class SystemOutResource extends OutputStreamResource {

	public static final String FILENAME = "stdout";
	public static final String DESCRIPTION = "Standard Output";

	public SystemOutResource() {
		super(System.out, FILENAME, DESCRIPTION);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy