public class HAWriteMessageBase extends Object implements Externalizable, IHAWriteMessageBase
HASendService,
HAReceiveService,
Serialized Form| Constructor and Description |
|---|
HAWriteMessageBase()
Deserialization constructor.
|
HAWriteMessageBase(int sze,
int chk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getChk()
The Alder32 checksum of the bytes to be transfered.
|
int |
getSize()
The #of bytes of data to be transfered.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public HAWriteMessageBase(int sze,
int chk)
sze - The #of bytes of data to be transfered.chk - The Alder32 checksum of the bytes to be transfered.public HAWriteMessageBase()
public int getSize()
IHAWriteMessageBasegetSize in interface IHAWriteMessageBasepublic int getChk()
IHAWriteMessageBasegetChk in interface IHAWriteMessageBasepublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.