Searched defs:FileInputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java36 * in = new BufferedInputStream(new FileInputStream(file));
54 public class FileInputStream extends InputStream { class in inherits:InputStream
65 * Constructs a new {@code FileInputStream} that reads from {@code file}.
72 public FileInputStream(File file) throws FileNotFoundException { method in class:FileInputStream
82 * Constructs a new {@code FileInputStream} that reads from {@code fd}.
89 public FileInputStream(FileDescriptor fd) { method in class:FileInputStream
100 * Equivalent to {@code new FileInputStream(new File(path))}.
102 public FileInputStream(String path) throws FileNotFoundException { method in class:FileInputStream

Completed in 154 milliseconds