public class CachedFileDescriptor extends Object
Constructor and Description |
---|
CachedFileDescriptor(String fileName,
String minFileName,
long timestamp)
Create a new descriptor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getMinFileName() |
long |
getTimestamp() |
public CachedFileDescriptor(String fileName, String minFileName, long timestamp)
fileName
- the name of the cached fileminFileName
- the name of the minimized version of the cached filetimestamp
- the timestamp when the cached files were createdpublic String getFileName()
public String getMinFileName()
public long getTimestamp()
Copyright © 2019 Communote team. All rights reserved.