public class Marker extends Object
| Constructor | Description |
|---|---|
Marker(InputStream in,
PrintStream out,
PrintStream err,
Marker previous) |
| Modifier and Type | Method | Description |
|---|---|---|
PrintStream |
getErr() |
|
InputStream |
getIn() |
|
PrintStream |
getOut() |
public Marker(InputStream in, PrintStream out, PrintStream err, Marker previous)
public InputStream getIn()
public PrintStream getOut()
public PrintStream getErr()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.