Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMBProtocolDecodingException (0.21 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                throw e;
            }
    
        }
    
    
        /**
         * @param response
         * @throws IOException
         * @throws SMBProtocolDecodingException
         */
        private void doRecvSMB2 ( CommonServerMessageBlock response ) throws IOException, SMBProtocolDecodingException {
            int size = ( Encdec.dec_uint16be(this.sbuf, 2) & 0xFFFF ) | ( this.sbuf[ 1 ] & 0xFF ) << 16;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
Back to top