Set the output buffer. @param outputBuffer The output buffer
(OutputBuffer outputBuffer)
| 184 | * @param outputBuffer The output buffer |
| 185 | */ |
| 186 | public void setOutputBuffer(OutputBuffer outputBuffer) { |
| 187 | this.outputBuffer = outputBuffer; |
| 188 | } |
| 189 | |
| 190 | |
| 191 | /** |
no outgoing calls