public class StreamParameter extends ParameterHolder
Constructor and Description |
---|
StreamParameter(InputStream is,
boolean noBackSlashEscapes) |
StreamParameter(InputStream is,
long length,
boolean noBackslashEscapes) |
Modifier and Type | Method and Description |
---|---|
void |
setText(boolean b) |
String |
toString() |
void |
writeTo(OutputStream os)
Write parameter value
|
public StreamParameter(InputStream is, long length, boolean noBackslashEscapes)
public StreamParameter(InputStream is, boolean noBackSlashEscapes)
public void setText(boolean b)
public void writeTo(OutputStream os) throws IOException
ParameterHolder
writeTo
in class ParameterHolder
os
- the stream to write toIOException
- when something goes wrongpublic String toString()
toString
in class ParameterHolder
Copyright © 2015. All rights reserved.