Package net.risesoft.y9public.entity
Class Y9FileStore
- java.lang.Object
-
- net.risesoft.y9public.entity.Y9FileStore
-
- All Implemented Interfaces:
Serializable
@Entity public class Y9FileStore extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Y9FileStore()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringbuildPath(String... paths)构建/分割的文件路径 例子:传入参数 a, b, c,返回 /a/b/cStringgetDisplayFileSize()StringgetFullPathAndFileName()StringgetFullPathAndRealFileName()
-
-
-
Method Detail
-
buildPath
public static String buildPath(String... paths)
构建/分割的文件路径 例子:传入参数 a, b, c,返回 /a/b/c- Parameters:
paths- 路径- Returns:
String
-
getDisplayFileSize
public String getDisplayFileSize()
-
getFullPathAndFileName
public String getFullPathAndFileName()
-
getFullPathAndRealFileName
public String getFullPathAndRealFileName()
-
-