private static class ServletResponseWrapperInclude.PrintWriterWrapper extends java.io.PrintWriter implements ByteWriter
| Modifier and Type | Field and Description |
|---|---|
private JspWriterImpl |
jspWriter |
| Constructor and Description |
|---|
PrintWriterWrapper(JspWriterImpl jspWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buff,
int off,
int len)
Write a portion of a byte array to the output.
|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, writeprivate JspWriterImpl jspWriter
PrintWriterWrapper(JspWriterImpl jspWriter)
public void write(byte[] buff,
int off,
int len)
throws java.io.IOException
ByteWriterwrite in interface ByteWriterbuff - A byte arrayoff - Offset from which to start reading bytelen - Number of bytes to writejava.io.IOException