public class ChunkedInputStream extends InputStream
| Constructor and Description |
|---|
ChunkedInputStream(InputStream source,
long chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic ChunkedInputStream(InputStream source, long chunkSize)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2016–2021. All rights reserved.