public abstract class ParameterHolder extends Object
| Constructor and Description |
|---|
ParameterHolder() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
abstract void |
writeTo(OutputStream os)
Write parameter value
|
public abstract void writeTo(OutputStream os) throws IOException
os - the stream to write toIOException - when something goes wrongCopyright © 2015. All rights reserved.