net.sf.dexterim.msn.io
Class BufferedMsnMessageReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended bynet.sf.dexterim.msn.io.BufferedMsnMessageReader

public class BufferedMsnMessageReader
extends java.io.BufferedReader

Author:
Christoph Walcher

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

MAGIC_STRING

public static final java.lang.String MAGIC_STRING
Description of the Field

See Also:
Constant Field Values

CMD_RING

public static final java.lang.String CMD_RING
Description of the Field

See Also:
Constant Field Values

CMD_REFER

public static final java.lang.String CMD_REFER
Description of the Field

See Also:
Constant Field Values

CMD_CHECK

public static final java.lang.String CMD_CHECK
Description of the Field

See Also:
Constant Field Values

CMD_OFFLINE

public static final java.lang.String CMD_OFFLINE
Description of the Field

See Also:
Constant Field Values

CMD_ONLINE

public static final java.lang.String CMD_ONLINE
Description of the Field

See Also:
Constant Field Values

CMD_STATUS_CHANGE

public static final java.lang.String CMD_STATUS_CHANGE
Description of the Field

See Also:
Constant Field Values

CMD_LIST

public static final java.lang.String CMD_LIST
Description of the Field

See Also:
Constant Field Values

CMD_USER_MESSAGE

public static final java.lang.String CMD_USER_MESSAGE
Description of the Field

See Also:
Constant Field Values

CMD_USER_TYPING

public static final java.lang.String CMD_USER_TYPING
Description of the Field

See Also:
Constant Field Values

CMD_USER_JOINED

public static final java.lang.String CMD_USER_JOINED
Description of the Field

See Also:
Constant Field Values

CMD_USER_JOINING

public static final java.lang.String CMD_USER_JOINING
Description of the Field

See Also:
Constant Field Values

CMD_USER_LEFT

public static final java.lang.String CMD_USER_LEFT
Description of the Field

See Also:
Constant Field Values

CMD_PERSONAL_PHONE_NUMBER

public static final java.lang.String CMD_PERSONAL_PHONE_NUMBER
Description of the Field

See Also:
Constant Field Values

CMD_BUDDY_PHONE_NUMBER

public static final java.lang.String CMD_BUDDY_PHONE_NUMBER
Description of the Field

See Also:
Constant Field Values

CMD_REMOVE_FROM_LIST

public static final java.lang.String CMD_REMOVE_FROM_LIST
Description of the Field

See Also:
Constant Field Values

CMD_ADD_TO_LIST

public static final java.lang.String CMD_ADD_TO_LIST
Description of the Field

See Also:
Constant Field Values

CMD_CHANGE_SCREEN_NAME

public static final java.lang.String CMD_CHANGE_SCREEN_NAME
Description of the Field

See Also:
Constant Field Values

CMD_HOTMAIL_PROFILE

public static final java.lang.String CMD_HOTMAIL_PROFILE
Description of the Field

See Also:
Constant Field Values

CMD_USR_MESSAGE

public static final java.lang.String CMD_USR_MESSAGE
See Also:
Constant Field Values

CMD_CALL_MESSAGE

public static final java.lang.String CMD_CALL_MESSAGE
See Also:
Constant Field Values

CMD_ANSWER_MESSAGE

public static final java.lang.String CMD_ANSWER_MESSAGE
See Also:
Constant Field Values
Constructor Detail

BufferedMsnMessageReader

public BufferedMsnMessageReader(java.io.Reader in)
Creates a new instance of BufferednMsnMessageReader

Parameters:
in - Description of the Parameter
Method Detail

readMesage

public MsnMessage readMesage()
                      throws MessageFormatException
Description of the Method

Returns:
Description of the Return Value
Throws:
MessageFormatException - Description of the Exception

createWorkMessage

protected MsnMessage createWorkMessage(java.lang.String messageString)
Description of the Method

Parameters:
messageString - Description of the Parameter
Returns:
Description of the Return Value

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

isClosed

public boolean isClosed()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.