()
| 72 | final WritableCallback cb = new WritableCallback() { |
| 73 | int totalRead = 0; |
| 74 | private void cleanup() { |
| 75 | ds.setClosedCallback(null); |
| 76 | ds.setWriteableCallback(null); |
| 77 | pending.recycle(); |
| 78 | StreamUtility.closeQuietly(is); |
| 79 | } |
| 80 | ByteBufferList pending = new ByteBufferList(); |
| 81 | Allocator allocator = new Allocator().setMinAlloc((int)Math.min(2 << 19, max)); |
| 82 |
no test coverage detected