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