Package org.apache.poi.hsmf.datatypes
Class Types.MAPIType
java.lang.Object
org.apache.poi.hsmf.datatypes.Types.MAPIType
- Enclosing class:
- Types
-
Method Summary
Modifier and TypeMethodDescriptionReturn the 4 character hex encoded version, as used in file endingsint
getId()
int
Returns the length, in bytes, of values of this type, or -1 if it is a variable length type.getName()
boolean
Is this type a fixed-length type, or a variable-length one?toString()
-
Method Details
-
getLength
public int getLength()Returns the length, in bytes, of values of this type, or -1 if it is a variable length type. -
isFixedLength
public boolean isFixedLength()Is this type a fixed-length type, or a variable-length one? -
getId
public int getId() -
getName
-
toString
-
asFileEnding
Return the 4 character hex encoded version, as used in file endings
-