Searched refs:textArray (Results 1 – 2 of 2) sorted by relevance
97 ByteArrayOutputStream textArray = new ByteArrayOutputStream(); in getTextFromInputStream() local107 textArray.write(buffer, 0, bytes); in getTextFromInputStream()115 return textArray.toString("UTF-8"); in getTextFromInputStream()
84 ByteArrayOutputStream textArray = new ByteArrayOutputStream(); in getTextFromInputStream() local93 textArray.write(buffer, 0, bytes); in getTextFromInputStream()101 return textArray.toString("UTF-8"); in getTextFromInputStream()