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