public abstract class InputStream extends Object
Constructor and Description |
---|
InputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int var0) |
boolean |
markSupported() |
abstract int |
read() |
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
void |
reset() |
long |
skip(long var0) |
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–2018 OSGi Alliance. All rights reserved.