public interface EntryPreprocessor
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getProcessedStream(String entry,
InputStream inputStream,
DesignImporterContext designImporterContext)
Processes the input stream and returns back its processed version.
|
InputStream getProcessedStream(String entry, InputStream inputStream, DesignImporterContext designImporterContext)
entry - Name of the design package entry the content of which is getting processed.inputStream - The input stream for accessing the entry contentdesignImporterContext - The design importer contextInputStream for reading the processed entry content.Copyright © 2010 - 2020 Adobe. All Rights Reserved