|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Reader java.io.BufferedReader net.sf.dexterim.msn.io.BufferedMsnMessageReader
Field Summary | |
static java.lang.String |
CMD_ADD_TO_LIST
Description of the Field |
static java.lang.String |
CMD_ANSWER_MESSAGE
|
static java.lang.String |
CMD_BUDDY_PHONE_NUMBER
Description of the Field |
static java.lang.String |
CMD_CALL_MESSAGE
|
static java.lang.String |
CMD_CHANGE_SCREEN_NAME
Description of the Field |
static java.lang.String |
CMD_CHECK
Description of the Field |
static java.lang.String |
CMD_HOTMAIL_PROFILE
Description of the Field |
static java.lang.String |
CMD_LIST
Description of the Field |
static java.lang.String |
CMD_OFFLINE
Description of the Field |
static java.lang.String |
CMD_ONLINE
Description of the Field |
static java.lang.String |
CMD_PERSONAL_PHONE_NUMBER
Description of the Field |
static java.lang.String |
CMD_REFER
Description of the Field |
static java.lang.String |
CMD_REMOVE_FROM_LIST
Description of the Field |
static java.lang.String |
CMD_RING
Description of the Field |
static java.lang.String |
CMD_STATUS_CHANGE
Description of the Field |
static java.lang.String |
CMD_USER_JOINED
Description of the Field |
static java.lang.String |
CMD_USER_JOINING
Description of the Field |
static java.lang.String |
CMD_USER_LEFT
Description of the Field |
static java.lang.String |
CMD_USER_MESSAGE
Description of the Field |
static java.lang.String |
CMD_USER_TYPING
Description of the Field |
static java.lang.String |
CMD_USR_MESSAGE
|
static java.lang.String |
MAGIC_STRING
Description of the Field |
Fields inherited from class java.io.Reader |
lock |
Constructor Summary | |
BufferedMsnMessageReader(java.io.Reader in)
Creates a new instance of BufferednMsnMessageReader |
Method Summary | |
void |
close()
|
protected MsnMessage |
createWorkMessage(java.lang.String messageString)
Description of the Method |
boolean |
isClosed()
|
MsnMessage |
readMesage()
Description of the Method |
Methods inherited from class java.io.BufferedReader |
mark, markSupported, read, read, readLine, ready, reset, skip |
Methods inherited from class java.io.Reader |
read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MAGIC_STRING
public static final java.lang.String CMD_RING
public static final java.lang.String CMD_REFER
public static final java.lang.String CMD_CHECK
public static final java.lang.String CMD_OFFLINE
public static final java.lang.String CMD_ONLINE
public static final java.lang.String CMD_STATUS_CHANGE
public static final java.lang.String CMD_LIST
public static final java.lang.String CMD_USER_MESSAGE
public static final java.lang.String CMD_USER_TYPING
public static final java.lang.String CMD_USER_JOINED
public static final java.lang.String CMD_USER_JOINING
public static final java.lang.String CMD_USER_LEFT
public static final java.lang.String CMD_PERSONAL_PHONE_NUMBER
public static final java.lang.String CMD_BUDDY_PHONE_NUMBER
public static final java.lang.String CMD_REMOVE_FROM_LIST
public static final java.lang.String CMD_ADD_TO_LIST
public static final java.lang.String CMD_CHANGE_SCREEN_NAME
public static final java.lang.String CMD_HOTMAIL_PROFILE
public static final java.lang.String CMD_USR_MESSAGE
public static final java.lang.String CMD_CALL_MESSAGE
public static final java.lang.String CMD_ANSWER_MESSAGE
Constructor Detail |
public BufferedMsnMessageReader(java.io.Reader in)
in
- Description of the ParameterMethod Detail |
public MsnMessage readMesage() throws MessageFormatException
MessageFormatException
- Description of the Exceptionprotected MsnMessage createWorkMessage(java.lang.String messageString)
messageString
- Description of the Parameter
public void close() throws java.io.IOException
java.io.IOException
public boolean isClosed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |