ostore.inner
Class InnerRingTag

java.lang.Object
  |
  +--ostore.inner.InnerRingTag
All Implemented Interfaces:
DDTag, QuickSerializable

public class InnerRingTag
extends Object
implements DDTag


Constructor Summary
InnerRingTag()
           
InnerRingTag(InputBuffer buffer)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InnerRingTag

public InnerRingTag()

InnerRingTag

public InnerRingTag(InputBuffer buffer)
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object