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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java643 printStackTrace(new WrappedPrintStream(s));
736 private static class WrappedPrintStream extends PrintStreamOrWriter { class in class:Throwable
739 WrappedPrintStream(PrintStream printStream) { method in class:Throwable.WrappedPrintStream

Completed in 27 milliseconds