Searched refs:processStream (Results 1 - 10 of 10) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DClearCaseHistoryParser.java74 public void processStream(InputStream input) throws IOException { method in class:ClearCaseHistoryParser
135 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DBazaarHistoryParser.java92 public void processStream(InputStream input) throws IOException { method in class:BazaarHistoryParser
191 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DCVSHistoryParser.java63 public void processStream(InputStream input) throws IOException { method in class:CVSHistoryParser
189 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DSSCMHistoryParser.java76 public void processStream(InputStream input) throws IOException { method in class:SSCMHistoryParser
172 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DGitHistoryParser.java65 public void processStream(InputStream input) throws IOException { method in class:GitHistoryParser
182 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DAccuRevHistoryParser.java109 public void processStream(InputStream input) throws IOException { method in class:AccuRevHistoryParser
H A DSubversionHistoryParser.java184 public void processStream(InputStream input) { method in class:SubversionHistoryParser
202 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DMonotoneHistoryParser.java98 public void processStream(InputStream input) throws IOException { method in class:MonotoneHistoryParser
H A DMercurialHistoryParser.java110 public void processStream(InputStream input) throws IOException { method in class:MercurialHistoryParser
183 * prefixes that {@link #processStream(InputStream)} is looking for (bug
/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java184 err.processStream(errorStream);
212 handler.processStream(process.getInputStream());
338 * Process the data in the stream. The processStream function is
345 public void processStream(InputStream in) throws IOException; method in interface:Executor.StreamHandler
357 public void processStream(InputStream in) throws IOException { method in class:Executor.SpoolHandler

Completed in 26 milliseconds