Searched refs:bytesOut (Results 1 – 3 of 3) sorted by relevance
83 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in readEntireStream() local88 bytesOut.write(buffer, 0, count); in readEntireStream()91 return bytesOut.toByteArray(); in readEntireStream()
131 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in loadFrom() local136 bytesOut.write(buffer, 0, count); in loadFrom()139 this.data = ByteBuffer.wrap(bytesOut.toByteArray()); in loadFrom()
483 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in mergeIncremental() local484 result.writeTo(bytesOut); in mergeIncremental()485 return bytesOut.toByteArray(); in mergeIncremental()