Package org.apache.poi.hsmf.dev
Class TypesLister
- java.lang.Object
-
- org.apache.poi.hsmf.dev.TypesLister
-
public class TypesLister extends Object
Lists the different MAPI types
-
-
Constructor Summary
Constructors Constructor Description TypesLister()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlistById(PrintStream out)voidlistByName(PrintStream out)static voidmain(String[] args)
-
-
-
Method Detail
-
listByName
public void listByName(PrintStream out)
-
listById
public void listById(PrintStream out)
-
main
public static void main(String[] args)
-
-