public class FileInputStream extends InputStream
Constructor and Description |
---|
FileInputStream(File var0) |
FileInputStream(FileDescriptor var0) |
FileInputStream(String var0) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
protected void |
finalize() |
FileDescriptor |
getFD() |
int |
read() |
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
long |
skip(long var0) |
mark, markSupported, reset
public FileInputStream(File var0) throws FileNotFoundException
FileNotFoundException
public FileInputStream(FileDescriptor var0)
public FileInputStream(String var0) throws FileNotFoundException
FileNotFoundException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in class InputStream
IOException
protected void finalize() throws IOException
finalize
in class Object
IOException
public final FileDescriptor getFD() throws IOException
IOException
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 long skip(long var0) throws IOException
skip
in class InputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.