public class RemoveBlankLineServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description | 
|---|
| RemoveBlankLineServletOutputStream(java.io.OutputStream output) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(byte[] b) | 
| void | write(byte[] b,
     int off,
     int len) | 
| void | write(int b) | 
public RemoveBlankLineServletOutputStream(java.io.OutputStream output)
public void write(int b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
         int off,
         int len)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException