FileDocCategorySizeDatePackage
SmbComTreeDisconnect.javaAPI DocJCIFS 1.3.17 API1539Tue Oct 18 15:26:24 BST 2011jcifs.smb

SmbComTreeDisconnect

public class SmbComTreeDisconnect extends ServerMessageBlock

Fields Summary
Constructors Summary
SmbComTreeDisconnect()

        command = SMB_COM_TREE_DISCONNECT;
    
Methods Summary
intreadBytesWireFormat(byte[] buffer, int bufferIndex)

        return 0;
    
intreadParameterWordsWireFormat(byte[] buffer, int bufferIndex)

        return 0;
    
public java.lang.StringtoString()

        return new String( "SmbComTreeDisconnect[" +
            super.toString() + "]" );
    
intwriteBytesWireFormat(byte[] dst, int dstIndex)

        return 0;
    
intwriteParameterWordsWireFormat(byte[] dst, int dstIndex)

        return 0;