public class ChunkedInputStream
extends com.helger.commons.io.stream.WrappedInputStream
in| Constructor and Description |
|---|
ChunkedInputStream(InputStream aIS) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] aBuf,
int nOffset,
int nLength) |
getWrappedInputStream, toStringavailable, close, mark, markSupported, read, reset, skippublic ChunkedInputStream(@Nonnull @WillCloseWhenClosed InputStream aIS)
public final int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic final int read(@Nonnull byte[] aBuf, int nOffset, int nLength) throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2013–2022 Philip Helger. All rights reserved.