Searched refs:copiedData (Results 1 – 1 of 1) sorted by relevance
58 ByteBuffer copiedData = null; in buildData() local60 copiedData = ByteBuffer.allocateDirect(data.limit()); in buildData()61 copiedData.order(ByteOrder.LITTLE_ENDIAN); in buildData()62 copiedData.put(data); in buildData()63 copiedData.flip(); in buildData()65 return new Data(copiedData, handlesCount, errorMessage); in buildData()