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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Acl
public Acl()
Acl
public Acl(InputBuffer buffer)
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