Searched defs:processStream (Results 1 - 9 of 9) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAccuRevHistoryParser.java105 public void processStream(InputStream input) throws IOException { method in class:AccuRevHistoryParser
H A DBazaarHistoryParser.java88 public void processStream(InputStream input) throws IOException { method in class:BazaarHistoryParser
187 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DClearCaseHistoryParser.java70 public void processStream(InputStream input) throws IOException { method in class:ClearCaseHistoryParser
131 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DMercurialHistoryParser.java103 public void processStream(InputStream input) throws IOException { method in class:MercurialHistoryParser
149 * prefixes that {@link #processStream(InputStream)} is looking for (bug
H A DMonotoneHistoryParser.java94 public void processStream(InputStream input) throws IOException { method in class:MonotoneHistoryParser
H A DCVSHistoryParser.java59 public void processStream(InputStream input) throws IOException { method in class:CVSHistoryParser
185 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DGitHistoryParser.java62 public void processStream(InputStream input) throws IOException { method in class:GitHistoryParser
181 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DSubversionHistoryParser.java179 public void processStream(InputStream input) { method in class:SubversionHistoryParser
197 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java140 err.processStream(errorStream);
151 handler.processStream(process.getInputStream());
274 * Process the data in the stream. The processStream function is
281 public void processStream(InputStream in) throws IOException; method in interface:Executor.StreamHandler
293 public void processStream(InputStream in) throws IOException { method in class:Executor.SpoolHandler

Completed in 25 milliseconds