com.phenix.pct
Class FileEntry

java.lang.Object
  extended by com.phenix.pct.FileEntry

public class FileEntry
extends Object

Class representing a file entry in a PL file


Constructor Summary
FileEntry(int tocSize)
          Invalid file entry - Will be skipped in entries list
FileEntry(String fileName, long modDate, long addDate, int offSet, int size, int tocSize)
           
 
Method Summary
 long getAddDate()
           
 String getFileName()
           
 long getModDate()
           
 int getOffset()
           
 int getSize()
           
 int getTocSize()
           
 boolean isValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileEntry

public FileEntry(int tocSize)
Invalid file entry - Will be skipped in entries list

Parameters:
tocSize -

FileEntry

public FileEntry(String fileName,
                 long modDate,
                 long addDate,
                 int offSet,
                 int size,
                 int tocSize)
Method Detail

getFileName

public String getFileName()

getSize

public int getSize()

getModDate

public long getModDate()

getAddDate

public long getAddDate()

getOffset

public int getOffset()

getTocSize

public int getTocSize()

isValid

public boolean isValid()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.