public class MessageId extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
long |
getMessageId() |
int |
hashCode() |
void |
readBytes(InputStream in) |
void |
setMessageId(long id) |
String |
toString() |
void |
writeBytes(OutputStream out) |
public long getMessageId()
public void setMessageId(long id)
public void readBytes(InputStream in) throws DataFormatException, IOException
DataFormatException
IOException
public void writeBytes(OutputStream out) throws DataFormatException, IOException
DataFormatException
IOException