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

/dalvik/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java32 * read requests are made, a FileInputStream is often wrapped by a
38 public class FileInputStream extends InputStream implements Closeable { class in inherits:InputStream,Closeable
40 * The {@link FileDescriptor} representing this {@code FileInputStream}.
44 // The unique file channel associated with this FileInputStream (lazily
58 * Constructs a new {@code FileInputStream} based on {@code file}.
68 public FileInputStream(File file) throws FileNotFoundException { method in class:FileInputStream
91 * Constructs a new {@code FileInputStream} on the {@link FileDescriptor}
103 public FileInputStream(FileDescriptor fd) { method in class:FileInputStream
121 * Constructs a new {@code FileInputStream} on the file named
133 public FileInputStream(Strin method in class:FileInputStream
[all...]

Completed in 69 milliseconds