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, toStringclosepublic JsonRootEatingInputStreamFilter(InputStream inputStream) throws IOException
IOExceptionprotected byte[] nextBytes()
throws IOException
nextBytes in class FilteringInputStreamIOExceptionpublic int available()
throws IOException
available in class FilteringInputStreamIOExceptionCopyright © 2022. All rights reserved.