(String message)
| 42 | } |
| 43 | |
| 44 | private void fail(String message) throws IOException { |
| 45 | try { |
| 46 | close(); |
| 47 | } catch (IOException ex) { |
| 48 | /* Ignore */ |
| 49 | } |
| 50 | throw new IOException(message); |
| 51 | } |
| 52 | |
| 53 | void attachDictionary(ByteBuffer dictionary) throws IOException { |
| 54 | if (!decoder.attachDictionary(dictionary)) { |