public interface EmbeddedResourceHandler
ContainerExtractor
, your code needs
to implement this interface.Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.String filename,
MediaType mediaType,
java.io.InputStream stream)
Called to process an embedded resource within the container.
|
void handle(java.lang.String filename, MediaType mediaType, java.io.InputStream stream)
filename
- The filename of the embedded resource, if knownmediaType
- The media type of the embedded resource, if knownstream
- The contents of the embedded resource"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"