()
| 183 | } |
| 184 | |
| 185 | public synchronized void close() throws IOException { |
| 186 | if(_stringWriter==null) { |
| 187 | writeFooter(_bufferedWriter); |
| 188 | _bufferedWriter.flush(); |
| 189 | _bufferedWriter.close(); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | public boolean isClipSet() { |
| 194 | return _isClipSet; |
nothing calls this directly
no test coverage detected