org.apache.poi.hsmf.datatypes
Class Types
java.lang.Object
org.apache.poi.hsmf.datatypes.Types
public final class Types
- extends java.lang.Object
Constructor Summary |
Types()
|
Method Summary |
static java.lang.String |
asFileEnding(int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINARY
public static final int BINARY
- See Also:
- Constant Field Values
ASCII_STRING
public static final int ASCII_STRING
- An 8-bit string, probably in CP1252, but don't quote us...
Normally used for everything before Outlook 3.0, and some
fields in Outlook 3.0
- See Also:
- Constant Field Values
UNICODE_STRING
public static final int UNICODE_STRING
- A string, from Outlook 3.0 onwards. Normally unicode
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
TIME
public static final int TIME
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
DIRECTORY
public static final int DIRECTORY
- See Also:
- Constant Field Values
Types
public Types()
asFileEnding
public static java.lang.String asFileEnding(int type)
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.