Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compareTypes (0.05 sec)

  1. src/main/java/jcifs/http/NetworkExplorer.java

         * @param f1name name of first file
         * @param f2 second file to compare
         * @return comparison result for sorting
         * @throws IOException if an I/O error occurs
         */
        protected int compareTypes(final SmbFile f1, final String f1name, final SmbFile f2) throws IOException {
            String f2name, t1, t2;
            int i;
    
            if (f1.isDirectory() != f2.isDirectory()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/http/NetworkExplorer.java

         * @param f1name name of first file
         * @param f2 second file to compare
         * @return comparison result for sorting
         * @throws IOException if an I/O error occurs
         */
        protected int compareTypes(final SmbFile f1, final String f1name, final SmbFile f2) throws IOException {
            String f2name, t1, t2;
            int i;
    
            if (f1.isDirectory() != f2.isDirectory()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top