public class FilterInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
protected InputStream |
in |
Modifier | Constructor and Description |
---|---|
protected |
FilterInputStream(InputStream var0) |
protected InputStream in
protected FilterInputStream(InputStream var0)
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in class InputStream
IOException
public void mark(int var0)
mark
in class InputStream
public boolean markSupported()
markSupported
in class InputStream
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] var0) throws IOException
read
in class InputStream
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public long skip(long var0) throws IOException
skip
in class InputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.