public class DelegatingInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected boolean |
cached |
in
Constructor and Description |
---|
DelegatingInputStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
cacheInput()
Read the entire original input stream and cache it.
|
InputStream |
getInputStream() |
void |
setInputStream(InputStream inputStream) |
available, close, mark, markSupported, read, read, read, reset, skip
public DelegatingInputStream(InputStream is)
public void setInputStream(InputStream inputStream)
public InputStream getInputStream()
public void cacheInput()
Apache CXF