org.xwt.mips
Class VM.FileFileInfo

java.lang.Object
  extended byorg.xwt.mips.VM.FileInfo
      extended byorg.xwt.mips.VM.FileFileInfo
Enclosing class:
VM

public static class VM.FileFileInfo
extends org.xwt.mips.VM.FileInfo


Field Summary
 java.io.File f
           
static int S_FCHR
           
static int S_IFDIR
           
static int S_IFIFO
           
static int S_IFREG
           
 
Constructor Summary
VM.FileFileInfo(java.io.File f)
           
 
Method Summary
 long modTime()
           
 int size()
           
 int type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public java.io.File f

S_IFIFO

public static final int S_IFIFO
See Also:
Constant Field Values

S_FCHR

public static final int S_FCHR
See Also:
Constant Field Values

S_IFDIR

public static final int S_IFDIR
See Also:
Constant Field Values

S_IFREG

public static final int S_IFREG
See Also:
Constant Field Values
Constructor Detail

VM.FileFileInfo

public VM.FileFileInfo(java.io.File f)
Method Detail

size

public int size()

type

public int type()

modTime

public long modTime()