Searched refs:byteOutputStream (Results 1 – 1 of 1) sorted by relevance
161 ByteArrayOutputStream byteOutputStream = new ByteArrayOutputStream(); in createXmlParserForFile() local162 ByteStreams.copy(fileStream, byteOutputStream); in createXmlParserForFile()164 parser.setInput(new ByteArrayInputStream(byteOutputStream.toByteArray()), null); in createXmlParserForFile()