()
| 191 | } |
| 192 | |
| 193 | private void checkStatus() throws IOException { |
| 194 | if (encoder == null) { |
| 195 | // luni.A7=Writer is closed. |
| 196 | throw new IOException(Messages.getString("luni.A7")); //$NON-NLS-1$ |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Gets the name of the encoding that is used to convert characters to |