Package org.xipki.apppackage
Class ZipFileInfo
- java.lang.Object
-
- org.xipki.apppackage.ZipFileInfo
-
public class ZipFileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ZipFileInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ZipFileInfodecode(CborDecoder decoder)voidencode(CborEncoder encoder)List<ZipEntryInfo>getEntries()StringgetPath()voidsetEntries(List<ZipEntryInfo> entries)voidsetPath(String path)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getEntries
public List<ZipEntryInfo> getEntries()
-
setEntries
public void setEntries(List<ZipEntryInfo> entries)
-
encode
public void encode(CborEncoder encoder) throws IOException
- Throws:
IOException
-
decode
public static ZipFileInfo decode(CborDecoder decoder) throws IOException
- Throws:
IOException
-
-