ostore.dataobj
Class Acl

java.lang.Object
  |
  +--ostore.dataobj.Acl
All Implemented Interfaces:
QuickSerializable

public class Acl
extends Object
implements QuickSerializable

Version:
$Id: Acl.java,v 1.12 2002/07/21 20:57:34 srhea Exp $
Author:
Sean C. Rhea

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

Constructor Detail

Acl

public Acl()

Acl

public Acl(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