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