|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.apache.cxf.io.DelegatingInputStream
public class DelegatingInputStream
Field Summary | |
---|---|
protected boolean |
cached
|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
DelegatingInputStream(java.io.InputStream is)
|
Method Summary | |
---|---|
void |
cacheInput()
Read the entire original input stream and cache it. |
java.io.InputStream |
getInputStream()
|
void |
setInputStream(java.io.InputStream inputStream)
|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean cached
Constructor Detail |
---|
public DelegatingInputStream(java.io.InputStream is)
Method Detail |
---|
public void setInputStream(java.io.InputStream inputStream)
public java.io.InputStream getInputStream()
public void cacheInput()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |