public class JsonRootEatingInputStreamFilter extends FilteringInputStream
Constructor and Description |
---|
JsonRootEatingInputStreamFilter(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
protected byte[] |
nextBytes() |
mark, markSupported, read, read, read, reset, skip, toString
close
public JsonRootEatingInputStreamFilter(InputStream inputStream) throws IOException
IOException
protected byte[] nextBytes() throws IOException
nextBytes
in class FilteringInputStream
IOException
public int available() throws IOException
available
in class FilteringInputStream
IOException
Copyright © 2013 Oracle Corporation. All rights reserved.