public class ReaderParameter extends ParameterHolder
| Constructor and Description |
|---|
ReaderParameter(Reader reader,
boolean noBackslashEscapes) |
ReaderParameter(Reader reader,
long length,
boolean noBackslashEscapes) |
public ReaderParameter(Reader reader, long length, boolean noBackslashEscapes)
public ReaderParameter(Reader reader, boolean noBackslashEscapes)
public void writeTo(OutputStream os) throws IOException
ParameterHolderwriteTo in class ParameterHolderos - the stream to write toIOException - when something goes wrongpublic String toString()
toString in class ParameterHolderCopyright © 2014. All rights reserved.