public class NReservedMonitoredURLInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
M |
in| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static NReservedMonitoredURLInputStream |
of(URL url,
net.thevpc.nuts.log.NLog log) |
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 NReservedMonitoredURLInputStream of(URL url, net.thevpc.nuts.log.NLog log)
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 © 2025 vpc open source initiative. All rights reserved.