org.jgroups.protocols

Class COMPRESS.CompressHeader

Enclosing Class:
COMPRESS
Implemented Interfaces:
Cloneable, Externalizable

public static class COMPRESS.CompressHeader
extends Header

Field Summary

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

CompressHeader()
CompressHeader(int s)

Method Summary

void
readExternal(ObjectInput in)
long
size()
void
writeExternal(ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Constructor Details

CompressHeader

public CompressHeader()


CompressHeader

public CompressHeader(int s)

Method Details

readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException


size

public long size()
Overrides:
size in interface Header


writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.