org.python.core
Class StderrWrapper

java.lang.Object
  extended by java.io.OutputStream
      extended by org.python.core.StdoutWrapper
          extended by org.python.core.StderrWrapper
All Implemented Interfaces:
Closeable, Flushable

public class StderrWrapper
extends StdoutWrapper


Constructor Summary
StderrWrapper()
           
 
Method Summary
 
Methods inherited from class org.python.core.StdoutWrapper
flush, flushLine, print, print, print, printComma, println, println, println, write, write, write
 
Methods inherited from class java.io.OutputStream
close, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StderrWrapper

public StderrWrapper()


Jython homepage