public interface PartUnmarshaller
| Modifier and Type | Method and Description | 
|---|---|
| PackagePart | unmarshall(UnmarshallContext context,
          java.io.InputStream in)Save the content of the package in the stream | 
PackagePart unmarshall(UnmarshallContext context, java.io.InputStream in) throws InvalidFormatException, java.io.IOException
in - The input stream from which the part will be read.InvalidFormatException - If the data can not be interpreted correctlyjava.io.IOException - if reading from the stream failsCopyright 2021 The Apache Software Foundation or its licensors, as applicable.