JAVA FileInputStream Àà

public FileInputStream::FileInputStream(File file) throws FileNotFoundException
public FileInputStream::FileInputStream(FileDescriptor fdObj)
public native int FileInputStream::read() throws IOException;
public int FileInputStream::read(byte b[]) throws IOException
public int FileInputStream::read(byte b[], int off, int len) throws IOException
public native long FileInputStream::skip(long n) throws IOException;
public native int FileInputStream::available() throws IOException;
public native void FileInputStream::close() throws IOException;
public final FileDescriptor FileInputStream::getFD() throws IOException
protected void FileInputStream::finalize() throws IOException