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
IOException
public ByteArray readResponse(ByteArray ba) throws IOException
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.