Searched refs:byteOut (Results 1 – 2 of 2) sorted by relevance
195 final ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); in execute() local199 byteOut.write(buf, 0, count); in execute()202 final byte[] responseBody = byteOut.toByteArray(); in execute()
193 final ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); in execute() local197 byteOut.write(buf, 0, count); in execute()200 final byte[] responseBody = byteOut.toByteArray(); in execute()