This commit is contained in:
Joel Dice
2007-08-14 19:14:55 -06:00
parent 71c7013808
commit f22dda0df1
11 changed files with 129 additions and 18 deletions

View File

@ -1,6 +1,10 @@
package java.io;
public class FileInputStream extends InputStream {
static {
System.loadLibrary("natives");
}
private int fd;
public FileInputStream(FileDescriptor fd) {