Interface Packager.PackageProcessor<UNPACK,​PACK,​UNPACKEXC extends Exception,​PACKEXC extends Exception>

Type Parameters:
UNPACK - The type of the unpacked data.
PACK - The type of the packed data.
PACKEXC - The exception being thrown when packaging failed.
UNPACKEXC - The exception being thrown when unpacking failed.
All Superinterfaces:
Packager<PACK,​UNPACK,​UNPACKEXC>, Packager.Extractor<UNPACK,​PACK,​PACKEXC>
Enclosing interface:
Packager<UNPACK,​PACK,​PACKEXC extends Exception>

public static interface Packager.PackageProcessor<UNPACK,​PACK,​UNPACKEXC extends Exception,​PACKEXC extends Exception>
extends Packager<PACK,​UNPACK,​UNPACKEXC>, Packager.Extractor<UNPACK,​PACK,​PACKEXC>
The Packager.PackageProcessor type combines a Packager with an Packager.Extractor to package and extract in one module.