public class HAWriteMessageBase extends Object implements Externalizable, IHAWriteMessageBase
HASendService
,
HAReceiveService
,
Serialized FormConstructor 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()
IHAWriteMessageBase
getSize
in interface IHAWriteMessageBase
public int getChk()
IHAWriteMessageBase
getChk
in interface IHAWriteMessageBase
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.