Searched refs:byteArrayPool (Results 1 – 1 of 1) sorted by relevance
104 final ByteArrayPool byteArrayPool = ByteArrayPool.get(); in decode() local105 final byte[] bytesForOptions = byteArrayPool.getBytes(); in decode()106 final byte[] bytesForStream = byteArrayPool.getBytes(); in decode()163 byteArrayPool.releaseBytes(bytesForOptions); in decode()164 byteArrayPool.releaseBytes(bytesForStream); in decode()