Class HTOTAL.HTotalHeader
java.lang.Object
org.jgroups.Header
org.jgroups.protocols.HTOTAL.HTotalHeader
- All Implemented Interfaces:
Externalizable, Serializable, Streamable
- Enclosing class:
HTOTAL
- Version:
- $Id: HTOTAL.java,v 1.8 2007/04/27 07:59:19 belaban Exp $
- Author:
- Bela Ban
- See Also:
-
Field Summary
Fields inherited from class Header
HDR_OVERHEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()voidvoidwriteTo(DataOutputStream out) Write the entire state of the current object (including superclasses) to outstream.
-
Constructor Details
-
HTotalHeader
public HTotalHeader() -
HTotalHeader
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
public void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOExceptionIllegalAccessExceptionInstantiationException
-
toString
-