|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.sun.jersey.json.impl.FilteringInputStream
com.sun.jersey.json.impl.JsonRootEatingInputStreamFilter
public class JsonRootEatingInputStreamFilter
Constructor Summary | |
---|---|
JsonRootEatingInputStreamFilter(java.io.InputStream inputStream)
|
Method Summary | |
---|---|
int |
available()
|
protected byte[] |
nextBytes()
|
Methods inherited from class com.sun.jersey.json.impl.FilteringInputStream |
---|
mark, markSupported, read, read, read, reset, skip, toString |
Methods inherited from class java.io.InputStream |
---|
close |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JsonRootEatingInputStreamFilter(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected byte[] nextBytes() throws java.io.IOException
nextBytes
in class FilteringInputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class FilteringInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |