public class BaseFile extends Object implements Serializable
| Constructor and Description |
|---|
BaseFile(BaseFile dataFile) |
BaseFile(StoragePathInfo pathInfo) |
BaseFile(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getFileLen() |
String |
getFileName() |
long |
getFileSize() |
String |
getPath() |
StoragePathInfo |
getPathInfo() |
StoragePath |
getStoragePath() |
int |
hashCode() |
void |
setFileLen(long fileLen) |
String |
toString() |
protected final String fileName
public BaseFile(BaseFile dataFile)
public BaseFile(StoragePathInfo pathInfo)
public BaseFile(String filePath)
public String getPath()
public StoragePath getStoragePath()
public String getFileName()
public StoragePathInfo getPathInfo()
public long getFileSize()
public void setFileLen(long fileLen)
public long getFileLen()
Copyright © 2024 The Apache Software Foundation. All rights reserved.