Class ZipReader
java.lang.Object
org.apache.sling.jcr.contentloader.internal.readers.ZipReader
- All Implemented Interfaces:
- ContentReader
The 
ZipReader TODO- Since:
- 2.0.4
- 
Field SummaryFields inherited from interface org.apache.sling.jcr.contentloader.ContentReaderPROPERTY_EXTENSIONS, PROPERTY_TYPES
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidparse(InputStream ins, ContentCreator creator) Read the content from the input stream and create the content using the provided content creator.voidparse(URL url, ContentCreator creator) Read the content from the URL and create the content using the provided content creator.
- 
Constructor Details- 
ZipReaderpublic ZipReader()
 
- 
- 
Method Details- 
parsepublic void parse(URL url, ContentCreator creator) throws IOException, javax.jcr.RepositoryException Description copied from interface:ContentReaderRead the content from the URL and create the content using the provided content creator.- Specified by:
- parsein interface- ContentReader
- Parameters:
- url- The input stream.
- Throws:
- IOException- If anything goes wrong.
- javax.jcr.RepositoryException
- See Also:
 
- 
parsepublic void parse(InputStream ins, ContentCreator creator) throws IOException, javax.jcr.RepositoryException Description copied from interface:ContentReaderRead the content from the input stream and create the content using the provided content creator.- Specified by:
- parsein interface- ContentReader
- Parameters:
- ins- the input stream.
- Throws:
- IOException- If anything goes wrong.
- javax.jcr.RepositoryException
- See Also:
 
 
-