Set the input buffer. @param inputBuffer the input buffer
(InputBuffer inputBuffer)
| 990 | * @param inputBuffer the input buffer |
| 991 | */ |
| 992 | public void setInputBuffer(InputBuffer inputBuffer) { |
| 993 | this.inputBuffer = inputBuffer; |
| 994 | } |
| 995 | |
| 996 | |
| 997 | /** |
no outgoing calls
no test coverage detected