public final class ReadTitle extends Object
Sample application showing how to read a OLE 2 document's title. Call it with the document's file name as command line parameter.
Explanations can be found in the HPSF HOW-TO.
public static void main(String[] args) throws IOException
Runs the example program.
args - Command-line arguments. The first command-line argument must
be the name of a POI filesystem to read.IOException - if any I/O exception occurs.