org.javagroups.protocols
Class ENCRYPT1_4.EncryptHeader

java.lang.Object
  extended byorg.javagroups.Header
      extended byorg.javagroups.protocols.ENCRYPT1_4.EncryptHeader
All Implemented Interfaces:
java.lang.Cloneable, java.io.Externalizable, java.io.Serializable
Enclosing class:
ENCRYPT1_4

public static class ENCRYPT1_4.EncryptHeader
extends Header

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.javagroups.Header
HDR_OVERHEAD
 
Constructor Summary
ENCRYPT1_4.EncryptHeader()
           
ENCRYPT1_4.EncryptHeader(int type)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.javagroups.Header
size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ENCRYPT1_4.EncryptHeader

public ENCRYPT1_4.EncryptHeader()

ENCRYPT1_4.EncryptHeader

public ENCRYPT1_4.EncryptHeader(int type)
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

toString

public java.lang.String toString()
Overrides:
toString in class Header


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.