public class CancelableInputStream extends FilterInputStream
in| Constructor and Description |
|---|
CancelableInputStream(ICanceler canceler,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic CancelableInputStream(ICanceler canceler, InputStream in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.