Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hise (0.16 sec)

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

                case 0:
                    if ( in[ i ] != '/' ) {
                        // Checked exception (e.g. MalformedURLException) would be better
                        // but this would be a nightmare API wise
                        throw new RuntimeCIFSException("Invalid smb: URL: " + this.url);
                    }
                    out[ prefixLen++ ] = in[ i ];
                    state = 1;
                    break;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sat Jul 20 08:24:53 GMT 2019
    - 23.9K bytes
    - Viewed (0)
Back to top