public class ServletOutputStreamWrapper
extends javax.servlet.ServletOutputStream
Constructor and Description |
---|
ServletOutputStreamWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
byte[] |
getOutput() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public byte[] getOutput()
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
public void write(int b)
write
in class java.io.OutputStream
public void write(byte[] b)
write
in class java.io.OutputStream
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream