jcifs.dcerpc.msrpc
Class netdfs.DfsEnumArray1

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.netdfs.DfsEnumArray1
Enclosing class:
netdfs

public static class netdfs.DfsEnumArray1
extends NdrObject


Field Summary
 int count
           
 netdfs.DfsInfo1[] s
           
 
Constructor Summary
netdfs.DfsEnumArray1()
           
 
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

s

public netdfs.DfsInfo1[] s
Constructor Detail

netdfs.DfsEnumArray1

public netdfs.DfsEnumArray1()
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