com.fernsroth.squashfs.model
Class SFSFile

java.lang.Object
  extended by com.fernsroth.squashfs.model.BaseFile
      extended by com.fernsroth.squashfs.model.SFSFile
Direct Known Subclasses:
SFSSourceFile, SFSSquashedFile

public abstract class SFSFile
extends BaseFile

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SFSFile(java.lang.String name, int mode, long time, long guid, long uid)
           
 
Method Summary
 
Methods inherited from class com.fernsroth.squashfs.model.BaseFile
getGuid, getMode, getMTime, getName, getUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFSFile

public SFSFile(java.lang.String name,
               int mode,
               long time,
               long guid,
               long uid)
Parameters:
name -
mode -
time -
guid -
uid -


Copyright © 2006 null. All Rights Reserved.