39404142434445464748
{ out = response.getOutputStream(); } catch (final IOException e) { throw new DownloadException(e); } streamResource(out); }
5960616263646566
JavascriptEscaper.escape(reader, out); out.write("\", data);};});"); out.flush(); } catch (IOException e) { throw new DownloadException("Unable to read resource", e); } }
6768697071727374
{ streamResource(response.getOutputStream()); } catch (IOException e) { throw new DownloadException(e); } }
7980818283848586
{ out.write(data.getBytes()); } catch (IOException e) { throw new DownloadException(e); } }