Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Schick (0.14 sec)

  1. src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java

                System.arraycopy(buffer, bufferIndex, this.txn_buf, this.bufDataStart + this.dataDisplacement, this.dataCount);
                bufferIndex += this.dataCount;
            }
    
            /*
             * Check to see if the entire transaction has been
             * read. If so call the read methods.
             */
    
            if ( !this.parametersDone && ( this.parameterDisplacement + this.parameterCount ) == this.totalParameterCount ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 9.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbComTransactionResponse.java

                System.arraycopy( buffer, bufferIndex, txn_buf,
                                bufDataStart + dataDisplacement, dataCount );
                bufferIndex += dataCount;
            }
    
            /* Check to see if the entire transaction has been
             * read. If so call the read methods.
             */
    
            if( !parametersDone &&
                    ( parameterDisplacement + parameterCount ) == totalParameterCount) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 6K bytes
    - Viewed (0)
Back to top