BinaryObjectpublic class BinaryObject extends com.sun.midp.io.j2me.sms.BinaryObject Implements a CBS binary message for the CBS message connection. |
Constructors Summary |
---|
public BinaryObject(String toAddress)Constructs a message and initialize the target address.
super(toAddress);
|
Methods Summary |
---|
public java.util.Date | getTimestamp()Returns the time at which the message was sent.
return null;
| public void | setTimeStamp()Sets the time at which the message was sent.
throw new IllegalArgumentException("Cannot set time stamp.");
|
|