Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setErrorCode (0.14 sec)

  1. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

        @Override
        public final int getErrorCode () {
            return this.errorCode;
        }
    
    
        /**
         * @param errorCode
         *            the errorCode to set
         */
        public final void setErrorCode ( int errorCode ) {
            this.errorCode = errorCode;
        }
    
    
        /**
         * @return the path
         */
        @Override
        public final String getPath () {
            return this.path;
        }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 05 09:45:59 GMT 2018
    - 32.7K bytes
    - Viewed (0)
Back to top