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 unmarshall.OpenXML4JException - Throws only if any other exceptions are thrown by inner
             methods.InvalidFormatExceptionjava.io.IOExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.