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

javax.servlet.ServletOutputStream Maven / Gradle / Ivy

package javax.servlet;

import java.io.IOException;
import java.io.OutputStream;

public abstract class ServletOutputStream extends OutputStream {

    public void print(String s) throws IOException { }

    public void println(String s) throws IOException { }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy