public class CHMDocumentInformation extends Object
Constructor and Description |
---|
CHMDocumentInformation() |
Modifier and Type | Method and Description |
---|---|
void |
getCHMDocInformation(Metadata metadata)
Returns chm metadata
|
String |
getText()
Returns extracted text from chm file
|
static CHMDocumentInformation |
load(InputStream is)
Loads chm file as input stream and returns a new instance of chm doc info
|
static void |
main(String[] args) |
public static CHMDocumentInformation load(InputStream is) throws TikaException, IOException
is
- InputStreamTikaException
IOException
public void getCHMDocInformation(Metadata metadata) throws TikaException, IOException
metadata
- TikaException
IOException
public String getText() throws TikaException
TikaException
public static void main(String[] args)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.