|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.glassfish.jersey.media.json.internal.FilteringInputStream
org.glassfish.jersey.media.json.internal.JsonRootEatingInputStreamFilter
public class JsonRootEatingInputStreamFilter
JSON root eating filtering input stream.
| Constructor Summary | |
|---|---|
JsonRootEatingInputStreamFilter(java.io.InputStream inputStream)
|
|
| Method Summary | |
|---|---|
int |
available()
|
protected byte[] |
nextBytes()
Get the next available chunk of bytes. |
| Methods inherited from class org.glassfish.jersey.media.json.internal.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
FilteringInputStream
nextBytes in class FilteringInputStreamjava.io.IOException
public int available()
throws java.io.IOException
available in class FilteringInputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||