(ByteBuffer dictionary)
| 51 | } |
| 52 | |
| 53 | void attachDictionary(ByteBuffer dictionary) throws IOException { |
| 54 | if (!decoder.attachDictionary(dictionary)) { |
| 55 | fail("failed to attach dictionary"); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | public void enableEagerOutput() { |
| 60 | this.eager = true; |