public class MeteredInputStream extends FilterInputStream implements Metered
in
Constructor and Description |
---|
MeteredInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Meter |
getMeter() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
available, mark, markSupported, read
public MeteredInputStream(InputStream in)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
public void reset() throws IOException
reset
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.