class Archived : Cpb
<init> |
Archived(identifier: Identifier, metadata: MetaData, cpks: Iterable<Cpk>) |
cpks |
val cpks: Iterable<Cpk> |
from |
Create an Cpb.Archived instance reading the file the from inputStream, neither the Cpb archive, nor its contained CPKs will be extracted, but their content will be scanned to extract their metadata. fun from(inputStream: InputStream, verifySignature: Boolean = false, cpbLocation: String? = null): Archived |