All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.fsp.FSPstat

java.lang.Object
   |
   +----net.fsp.FSPstat

public class FSPstat
extends Object
class for holding stat information about file.

There are no get/set methods defined. Use public variables directly for data access.


Variable Index

 o lastmod
last modification time in standard Java timeunits
 o length
length
 o name
name
 o RDTYPE_DIR
object is a directory
 o RDTYPE_FILE
object type is a file
 o type
object type

Constructor Index

 o FSPstat()

Method Index

 o toString()
converts stat information to human-readable string

Variables

 o name
 public String name
name

 o length
 public long length
length

 o lastmod
 public long lastmod
last modification time in standard Java timeunits

 o type
 public byte type
object type

 o RDTYPE_FILE
 public static final byte RDTYPE_FILE
object type is a file

 o RDTYPE_DIR
 public static final byte RDTYPE_DIR
object is a directory

Constructors

 o FSPstat
 public FSPstat()

Methods

 o toString
 public String toString()
converts stat information to human-readable string

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index