public class ChunkedInputStream extends InputStream
| Constructor and Description |
|---|
ChunkedInputStream(InputStream in,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isEndOfData() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic ChunkedInputStream(InputStream in, String id)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic boolean isEndOfData()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.