Searched refs:byteOutput (Results 1 – 2 of 2) sorted by relevance
62 ByteArrayOutputStream byteOutput = new ByteArrayOutputStream(RESULT_XML_BYTES); in getBytes() local63 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes()70 return byteOutput.toByteArray(); in getBytes()
130 ByteArrayOutputStream byteOutput = new ByteArrayOutputStream(); in getContentBody() local131 PrintWriter writer = new PrintWriter(new OutputStreamWriter(byteOutput)); in getContentBody()141 byteOutput.write(mData); in getContentBody()147 return byteOutput.toByteArray(); in getContentBody()