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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DStreamSource.java35 * Instead of passing the stream directly, you pass a {@code StreamSource}
41 public abstract class StreamSource { class
53 * Helper method that creates a {@code StreamSource} instance that
59 public static StreamSource fromFile(final File file) {
60 return new StreamSource() {

Completed in 7 milliseconds