org.jgroups.protocols
public class FragHeader extends Header implements Streamable
Version: $Id: FragHeader.java,v 1.2 2005/04/15 13:17:02 belaban Exp $
| Field Summary | |
|---|---|
| int | frag_id |
| long | id |
| int | num_frags |
| Constructor Summary | |
|---|---|
| FragHeader() | |
| FragHeader(long id, int frag_id, int num_frags) | |
| Method Summary | |
|---|---|
| void | readExternal(ObjectInput in) |
| void | readFrom(DataInputStream in) |
| long | size() |
| String | toString() |
| void | writeExternal(ObjectOutput out) |
| void | writeTo(DataOutputStream out) |