FileDocCategorySizeDatePackage
SmbComBlankResponse.javaAPI DocJCIFS 1.3.17 API1492Tue Oct 18 15:26:24 BST 2011jcifs.smb

SmbComBlankResponse

public class SmbComBlankResponse extends ServerMessageBlock

Fields Summary
Constructors Summary
SmbComBlankResponse()

    
Methods Summary
intreadBytesWireFormat(byte[] buffer, int bufferIndex)

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

        return 0;
    
public java.lang.StringtoString()

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

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

        return 0;