All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.java.io.InputStream | +----org.jos.java.io.FileInputStream
based on kore-0.0.7 by Glynn Clements
public FileInputStream(String name) throws FileNotFoundException
public FileInputStream(File file) throws FileNotFoundException
public FileInputStream(FileDescriptor fd)
public void close() throws IOException
public FileDescriptor getFD() throws IOException
public int available() throws IOException
public int read() throws IOException
public int read(byte[] b, int off, int len) throws IOException
public int read(byte[] b) throws IOException
public long skip(long n) throws IOException
All Packages Class Hierarchy This Package Previous Next Index