Class ServletResponseWrapperInclude.PrintWriterWrapper
java.lang.Object
java.io.Writer
java.io.PrintWriter
org.apache.jasper.runtime.ServletResponseWrapperInclude.PrintWriterWrapper
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable, ByteWriter
- Enclosing class:
ServletResponseWrapperInclude
private static class ServletResponseWrapperInclude.PrintWriterWrapper
extends PrintWriter
implements ByteWriter
-
Field Summary
FieldsFields inherited from class PrintWriter
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(byte[] buff, int off, int len) Write a portion of a byte array to the output.Methods inherited from class PrintWriter
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, writeMethods inherited from class Writer
nullWriter
-
Field Details
-
jspWriter
-
-
Constructor Details
-
PrintWriterWrapper
PrintWriterWrapper(JspWriterImpl jspWriter)
-
-
Method Details
-
write
Description copied from interface:ByteWriterWrite a portion of a byte array to the output.- Specified by:
writein interfaceByteWriter- Parameters:
buff- A byte arrayoff- Offset from which to start reading bytelen- Number of bytes to write- Throws:
IOException
-