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

/openjdk7/jdk/src/share/classes/java/io/
H A DFileInputStream.java34 * A <code>FileInputStream</code> obtains input bytes
38 * <p><code>FileInputStream</code> is meant for reading streams of raw bytes
50 class FileInputStream extends InputStream class in inherits:InputStream
74 * Creates a <code>FileInputStream</code> by
100 public FileInputStream(String name) throws FileNotFoundException { method in class:FileInputStream
105 * Creates a <code>FileInputStream</code> by
131 public FileInputStream(File file) throws FileNotFoundException { method in class:FileInputStream
150 * Creates a <code>FileInputStream</code> by using the file descriptor
173 public FileInputStream(FileDescriptor fdObj) { method in class:FileInputStream
368 * used by this <code>FileInputStream</cod
[all...]

Completed in 23 milliseconds