public interface DCEReadable
A class that implements the DCEReadable interface can load itself from a DCE buffer.
Modifier and Type | Method and Description |
---|---|
void |
readObject(DCEBuffer buf)
Read the object state from the DCE/RPC buffer
|
void |
readStrings(DCEBuffer buf)
Read the strings for object from the DCE/RPC buffer
|
void readObject(DCEBuffer buf) throws DCEBufferException
buf
- DCEBufferDCEBufferException
void readStrings(DCEBuffer buf) throws DCEBufferException
buf
- DCEBufferDCEBufferException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.