Package org.xipki.apppackage
Class FileInfo
java.lang.Object
org.xipki.apppackage.FileInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileInfodecode(CborDecoder decoder) voidencode(CborEncoder encoder) intgetSize()voidsetFileName(String fileName) voidsetPathInfos(List<PathInfo> pathInfos) voidsetSize(int size)
-
Constructor Details
-
FileInfo
public FileInfo()
-
-
Method Details
-
getFileName
-
setFileName
-
getSize
public int getSize() -
setSize
public void setSize(int size) -
getPathInfos
-
setPathInfos
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-