class Expanded : Cpb
<init> |
Expanded(identifier: Identifier, metadata: MetaData, cpks: Iterable<Expanded>) |
cpks |
val cpks: Iterable<Expanded> |
from |
Create an Cpb.Expanded instance reading the file the from inputStream, the CPK will also be extracted in expansionLocation if that is non-null, otherwise a temporary directory wil be created for purpose of extracting the Cpb content fun from(inputStream: InputStream, expansionLocation: Path?, cpbLocation: String? = null, verifySignature: Boolean = jarSignatureVerificationEnabledByDefault()): Expanded |