- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TYPE_COMM (0.12 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
public static final int TYPE_PRINTER = 0x20; /** * Returned by {@link #getType()} if the resource this {@code SmbFile} * represents is a communications device. */ public static final int TYPE_COMM = 0x40; private String canon; // Initially null; set by getUncPath; dir must end with '/' private String share; // Can be null private long createTime; private long lastModified;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)