Searched refs:tempBuffer (Results 1 – 1 of 1) sorted by relevance
99 final ByteBuffer tempBuffer = ByteBuffer.allocateDirect(8192); in run() local100 final byte[] temp = tempBuffer.hasArray() ? tempBuffer.array() : new byte[8192]; in run()