ccs.cpc
Class VFileMeta

java.lang.Object
  extended by ccs.cpc.VFileMeta

public class VFileMeta
extends java.lang.Object

Basic metadata from a file.


Constructor Summary
VFileMeta(long length, long lastModified)
           
 
Method Summary
 java.lang.String getFormattedLastModified()
           
 java.lang.String getFormattedLength()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFileMeta

public VFileMeta(long length,
                 long lastModified)
Method Detail

getFormattedLastModified

public java.lang.String getFormattedLastModified()

getFormattedLength

public java.lang.String getFormattedLength()

getLength

public long getLength()