com.daioware.stream.Test Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log Show documentation
Show all versions of log Show documentation
Log and stream utilities
The newest version!
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