Constructor and Description |
---|
Pipe.Execution(byte[] r)
Builds a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getContentLength()
Gets the result length.
|
void |
writeResultTo(OutputStream os)
Writes the result to the given output stream.
|
public Pipe.Execution(byte[] r)
Builds a new instance.
r
- the resultpublic int getContentLength()
Gets the result length.
public void writeResultTo(OutputStream os) throws IOException
Writes the result to the given output stream.
os
- the output streamIOException
- if copy failsCopyright © 2012-2015. All Rights Reserved.