public class DocumentReader
extends java.lang.Object
Constructor and Description |
---|
DocumentReader() |
Modifier and Type | Method and Description |
---|---|
static void |
checkForBinaryReader()
Check if a jar file with a binary reader is available and create if it is.
|
static java.lang.String |
readDocument(java.lang.String filePath)
Read a document into a text string.
|
public static java.lang.String readDocument(java.lang.String filePath) throws java.lang.Exception
filePath
- the document file path.java.lang.Exception
- any error.public static void checkForBinaryReader()