Searched refs:BufUnwrapper (Results 1 – 3 of 3) sorted by relevance
38 BufUnwrapper unwrapper = new BufUnwrapper(); in closeEmptiesBuffers()60 try (BufUnwrapper unwrapper = new BufUnwrapper()) { in readableNioBuffers_worksWithNormal()74 try (BufUnwrapper unwrapper = new BufUnwrapper()) { in readableNioBuffers_worksWithComposite()90 try (BufUnwrapper unwrapper = new BufUnwrapper()) { in writableNioBuffers_indexesPreserved()107 try (BufUnwrapper unwrapper = new BufUnwrapper()) { in writableNioBuffers_worksWithNormal()125 try (BufUnwrapper unwrapper = new BufUnwrapper()) { in writableNioBuffers_worksWithComposite()
32 private BufUnwrapper unwrapper = new BufUnwrapper();47 try (BufUnwrapper unwrapper = this.unwrapper) { in getBytesToSendToPeer()79 try (BufUnwrapper unwrapper = this.unwrapper) { in processBytesFromPeer()
24 final class BufUnwrapper implements AutoCloseable { class