public interface PartUnmarshaller
Modifier and Type | Method and Description |
---|---|
PackagePart |
unmarshall(UnmarshallContext context,
InputStream in)
Save the content of the package in the stream
|
PackagePart unmarshall(UnmarshallContext context, InputStream in) throws InvalidFormatException, IOException
in
- The input stream from which the part will be unmarshall.OpenXML4JException
- Throws only if any other exceptions are thrown by inner
methods.InvalidFormatException
IOException
Copyright © 2020. All rights reserved.