OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintStreamDecorator
(Results
1 - 2
of
2
) sorted by null
/external/vogar/src/vogar/target/
PrintStreamDecorator.java
21
public abstract class
PrintStreamDecorator
extends PrintStream {
22
public
PrintStreamDecorator
(PrintStream delegate) {
TestRunner.java
159
PrintStream monitorPrintStream = new
PrintStreamDecorator
(System.out) {
Completed in 63 milliseconds