Package org.apache.tika.parser.hwp
Class HwpTextExtractorV5
- java.lang.Object
-
- org.apache.tika.parser.hwp.HwpTextExtractorV5
-
- All Implemented Interfaces:
Serializable
public class HwpTextExtractorV5 extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description HwpTextExtractorV5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
createDecryptStream(InputStream input, Key key)
void
extract(InputStream source, Metadata metadata, XHTMLContentHandler xhtml)
extract Text from HWP Stream.
-
-
-
Method Detail
-
extract
public void extract(InputStream source, Metadata metadata, XHTMLContentHandler xhtml) throws FileNotFoundException, IOException, TikaException, SAXException
extract Text from HWP Stream.- Parameters:
source
-metadata
-xhtml
-- Throws:
FileNotFoundException
IOException
SAXException
TikaException
-
createDecryptStream
public InputStream createDecryptStream(InputStream input, Key key) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException
-
-