SmbComTreeDisconnectpublic class SmbComTreeDisconnect extends ServerMessageBlock
Constructors Summary |
---|
SmbComTreeDisconnect()
command = SMB_COM_TREE_DISCONNECT;
|
Methods Summary |
---|
int | readBytesWireFormat(byte[] buffer, int bufferIndex)
return 0;
| int | readParameterWordsWireFormat(byte[] buffer, int bufferIndex)
return 0;
| public java.lang.String | toString()
return new String( "SmbComTreeDisconnect[" +
super.toString() + "]" );
| int | writeBytesWireFormat(byte[] dst, int dstIndex)
return 0;
| int | writeParameterWordsWireFormat(byte[] dst, int dstIndex)
return 0;
|
|