public abstract class NdrObject extends Object
NdrObject()
abstract void
decode(NdrBuffer src)
encode(NdrBuffer dst)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NdrObject()
public abstract void encode(NdrBuffer dst) throws NdrException
NdrException
public abstract void decode(NdrBuffer src) throws NdrException
Copyright © 2016. All rights reserved.