public class FileStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static FileStatus |
FILE_NOT_FOUND
Deprecated.
|
| Constructor and Description |
|---|
FileStatus(long id,
long size,
int flags,
long modtime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
long |
getId() |
long |
getModificationTime() |
long |
getSize() |
String |
toString() |
@Deprecated public static final FileStatus FILE_NOT_FOUND
Copyright © 2011–2018 dCache.org. All rights reserved.