FileDocCategorySizeDatePackage
Trans2SetFileInformationResponse.javaAPI DocJCIFS 1.3.17 API1801Tue Oct 18 15:26:24 BST 2011jcifs.smb

Trans2SetFileInformationResponse

public class Trans2SetFileInformationResponse extends SmbComTransactionResponse

Fields Summary
Constructors Summary
Trans2SetFileInformationResponse()

        subCommand = SmbComTransaction.TRANS2_SET_FILE_INFORMATION;
    
Methods Summary
intreadDataWireFormat(byte[] buffer, int bufferIndex, int len)

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

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

        return 0;
    
public java.lang.StringtoString()

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

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

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

        return 0;