public class DelegatingInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cached |
| Constructor and Description |
|---|
DelegatingInputStream(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheInput()
Read the entire original input stream and cache it.
|
java.io.InputStream |
getInputStream() |
void |
setInputStream(java.io.InputStream inputStream) |
public void setInputStream(java.io.InputStream inputStream)
public java.io.InputStream getInputStream()
public void cacheInput()