jcifs.dcerpc.msrpc
Class samr.SamrSamArray

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.samr.SamrSamArray
Enclosing class:
samr

public static class samr.SamrSamArray
extends NdrObject


Field Summary
 int count
           
 samr.SamrSamEntry[] entries
           
 
Constructor Summary
samr.SamrSamArray()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

entries

public samr.SamrSamEntry[] entries
Constructor Detail

samr.SamrSamArray

public samr.SamrSamArray()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException