public class ResponseInputStream extends Object
| Constructor and Description |
|---|
ResponseInputStream(InputStream in)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
readResponse()
Read a Response from the InputStream.
|
ByteArray |
readResponse(ByteArray ba)
Read a Response from the InputStream.
|
public ResponseInputStream(InputStream in)
public ByteArray readResponse() throws IOException
IOExceptionpublic ByteArray readResponse(ByteArray ba) throws IOException
IOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.