com.daioware.stream.Test Maven / Gradle / Ivy
package com.daioware.stream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
public class Test extends PrintStream{
public Test(File file) throws FileNotFoundException {
super(file);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy