Package org.xipki.apppackage
Class FileInfo
- java.lang.Object
-
- org.xipki.apppackage.FileInfo
-
public class FileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description FileInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileInfodecode(CborDecoder decoder)voidencode(CborEncoder encoder)StringgetFileName()List<PathInfo>getPathInfos()intgetSize()voidsetFileName(String fileName)voidsetPathInfos(List<PathInfo> pathInfos)voidsetSize(int size)
-
-
-
Method Detail
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getSize
public int getSize()
-
setSize
public void setSize(int size)
-
encode
public void encode(CborEncoder encoder) throws IOException
- Throws:
IOException
-
decode
public static FileInfo decode(CborDecoder decoder) throws IOException
- Throws:
IOException
-
-