public class OutputStreamWrapper extends Object
| Constructor and Description |
|---|
OutputStreamWrapper(OutputStream out)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the classname of the written Java class.
|
OutputStream |
getStream()
Gets the wrapped output stream.
|
void |
setClassName(String classname)
Sets the name of the written Java class.
|
public OutputStreamWrapper(OutputStream out)
out - The output stream to wrap.public final OutputStream getStream()
outpublic final String getClassName()
classNameCopyright © 2013. All Rights Reserved.