public class HwpTextExtractorV5 extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
HwpTextExtractorV5() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
createDecryptStream(InputStream input,
Key key) |
void |
extract(InputStream source,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.sax.XHTMLContentHandler xhtml)
extract Text from HWP Stream.
|
public void extract(InputStream source, org.apache.tika.metadata.Metadata metadata, org.apache.tika.sax.XHTMLContentHandler xhtml) throws FileNotFoundException, IOException, org.apache.tika.exception.TikaException, SAXException
source - metadata - xhtml - FileNotFoundExceptionIOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionpublic InputStream createDecryptStream(InputStream input, Key key) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException
Copyright © 2007–2024 The Apache Software Foundation. All rights reserved.