public class NBootMonitoredURLInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
M |
in| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static NBootMonitoredURLInputStream |
of(URL url) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, mark, markSupported, read, resetpublic static final int M
public static NBootMonitoredURLInputStream of(URL url)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2026 vpc open source initiative. All rights reserved.