![JAR search and dependency download from the Maven repository](/logo.png)
com.redis.riot.file.SystemInResource Maven / Gradle / Ivy
package com.redis.riot.file;
public class SystemInResource extends FilenameInputStreamResource {
private static final String FILENAME = "stdin";
private static final String DESCRIPTION = "Standard Input";
public SystemInResource() {
super(System.in, FILENAME, DESCRIPTION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy