@Deprecated public class StackedWriter extends Writer
| Constructor and Description |
|---|
StackedWriter(PrintWriter baseWriter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
String |
pop()
Deprecated.
|
void |
push()
Deprecated.
|
void |
write(char[] cbuf,
int off,
int len)
Deprecated.
|
void |
write(String text)
Deprecated.
|
public StackedWriter(PrintWriter baseWriter)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void push()
public String pop()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"