public class FSPstat extends Object
There are no get/set methods defined. Use public variables directly for data access.
Modifier and Type | Field and Description |
---|---|
long |
lastmod
last modification time in standard Java timeunits
|
long |
length
length in bytes
|
String |
name
object name
|
static byte |
RDTYPE_DIR
object is a directory
|
static byte |
RDTYPE_FILE
object is a file
|
byte |
type
object type.
|
Constructor and Description |
---|
FSPstat() |
public String name
public long length
public long lastmod
public byte type
public static final byte RDTYPE_FILE
public static final byte RDTYPE_DIR
Copyright © 2020 FSP Project. All rights reserved.