()
| 34 | } |
| 35 | |
| 36 | public StringBuffer getBuffer() |
| 37 | throws IllegalThreadStateException |
| 38 | { |
| 39 | if (this.buffer == null) { |
| 40 | throw new IllegalThreadStateException("Input stream is still open"); |
| 41 | } |
| 42 | return this.buffer; |
| 43 | } |
| 44 | |
| 45 | public String getLine() |
| 46 | throws IllegalThreadStateException |