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()
out
public final String getClassName()
className
Copyright © 2019. All rights reserved.