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.InvalidFormatException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.