Searched refs:osw (Results 1 – 2 of 2) sorted by relevance
573 OutputStreamWriter osw = new OutputStreamWriter(os, StandardCharsets.UTF_8); in doPostPlainText() local574 osw.write(data); in doPostPlainText()575 osw.flush(); in doPostPlainText()576 osw.close(); in doPostPlainText()
917 OutputStreamWriter osw = new OutputStreamWriter(os, StandardCharsets.UTF_8); in fetchSource() local918 osw.write(body); in fetchSource()919 osw.flush(); in fetchSource()920 osw.close(); in fetchSource()