harpoon.Interpret.Quads
Class INFileSystem

java.lang.Object
  extended by harpoon.Interpret.Quads.INFileSystem

public class INFileSystem
extends Object

INFileSystem provides implementations for (some of) the native methods in java.io.FileSystem. Actually, java.io.FileSystem is a JDK 1.2 abstract class, so this class actually provides an implementation of *our* instantiation of java.io.FileSystem, which happens to be harpoon.Interpret.Quads.InterpretedFileSystem, a completely synthetic class.

Version:
$Id: INFileSystem.java,v 1.2 2002/02/25 21:05:46 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
INFileSystem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INFileSystem

public INFileSystem()