|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mirrorworlds.lifestreams.mail.tnef.TnefRendData
Contains TNEF rendering information. This class is based on
the _renddata
structure as defined in the tnef.h
header
file.
Field Summary | |
static int |
ATYP_FILE
Tags a Attachment as a file. |
static int |
ATYP_MAX
Tags a Attachment as ??(unknown?) |
static int |
ATYP_NULL
Tags a Attachment of type NULL (unknown?) |
static int |
ATYP_OLE
Tags a Attachment as an OLE object. |
static int |
ATYP_PIX
Tags a Attachment as a bitmap (details unknown?) |
int |
aType
Type of data (eg: ATYP_FILE) |
int |
dwFlags
Rendering Flags. |
int |
dxWidth
Rendering Width. |
int |
dyHeight
Rendering Height. |
int |
ulPosition
Rendering position. |
Constructor Summary | |
TnefRendData(byte[] b)
Creates TNEF RendData object from the data bytes obtained from the TNEF stream. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int ATYP_NULL
public static final int ATYP_FILE
public static final int ATYP_OLE
public static final int ATYP_PIX
public static final int ATYP_MAX
public int aType
public int ulPosition
public int dxWidth
public int dyHeight
public int dwFlags
dwFlag == MAC_BINARY
then attachment data bytes are in
Mac Binary format. (mac bin hex?)Constructor Detail |
public TnefRendData(byte[] b)
Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |