Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StringUtil (0.29 sec)

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

                    System.arraycopy(nameParts, pos, remainParts, 0, nameParts.length - pos);
                    this.unc = "\\" + StringUtil.join("\\", remainParts) + ( trailingSlash ? "\\" : "" );
                    this.canon = "/" + this.share + "/" + StringUtil.join("/", remainParts) + ( trailingSlash ? "/" : "" );
                }
                else {
                    this.unc = "\\";
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jul 20 08:24:53 GMT 2019
    - 23.9K bytes
    - Viewed (0)
Back to top