Class Marker
- java.lang.Object
-
- org.apache.felix.gogo.runtime.threadio.Marker
-
public class Marker extends Object
-
-
Constructor Summary
Constructors Constructor Description Marker(InputStream in, PrintStream out, PrintStream err, Marker previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStream
getErr()
InputStream
getIn()
PrintStream
getOut()
-
-
-
Constructor Detail
-
Marker
public Marker(InputStream in, PrintStream out, PrintStream err, Marker previous)
-
-
Method Detail
-
getIn
public InputStream getIn()
-
getOut
public PrintStream getOut()
-
getErr
public PrintStream getErr()
-
-