java.lang.Object
ClassLib.Common.java.io.FileInputStream
- abstract class FileInputStream
- extends java.lang.Object
FileInputStream
- Version:
- $Id: FileInputStream.java,v 1.8 2003/07/23 18:29:46 joewhaley Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fd
private FileDescriptor fd
FileInputStream
FileInputStream()
open
private void open(java.lang.String name)
throws java.io.FileNotFoundException
read
public int read()
throws java.io.IOException
readBytes
private int readBytes(byte[] b,
int off,
int len)
throws java.io.IOException
readBytes
private int readBytes(byte[] b,
int off,
int len,
FileDescriptor fd)
throws java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
available
public int available()
throws java.io.IOException
close
public void close()
throws java.io.IOException
initIDs
private static void initIDs()