Uses of Class
org.apache.poi.openxml4j.opc.internal.unmarshallers.UnmarshallContext
-
Packages that use UnmarshallContext Package Description org.apache.poi.openxml4j.opc.internal org.apache.poi.openxml4j.opc.internal.unmarshallers -
-
Uses of UnmarshallContext in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal with parameters of type UnmarshallContext Modifier and Type Method Description PackagePart
PartUnmarshaller. unmarshall(UnmarshallContext context, java.io.InputStream in)
Save the content of the package in the stream -
Uses of UnmarshallContext in org.apache.poi.openxml4j.opc.internal.unmarshallers
Methods in org.apache.poi.openxml4j.opc.internal.unmarshallers with parameters of type UnmarshallContext Modifier and Type Method Description PackagePart
PackagePropertiesUnmarshaller. unmarshall(UnmarshallContext context, java.io.InputStream in)
-