Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/jcifs/smb1/smb1/SmbRandomAccessFile.java

     * Java data types to the file.
     */
    public class SmbRandomAccessFile implements DataOutput, DataInput {
    
        private static final int WRITE_OPTIONS = 0x0842;
    
        private final SmbFile file;
        private long fp;
        private int openFlags, access = 0;
    
        private final int readSize;
    
        private final int writeSize;
    
        private int ch;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbRandomAccessFile.java

     *
     */
    public class SmbRandomAccessFile implements SmbRandomAccess {
    
        private static final Logger log = LoggerFactory.getLogger(SmbRandomAccessFile.class);
        private static final int WRITE_OPTIONS = 0x0842;
    
        private final SmbFile file;
        private long fp;
        private int openFlags, access = 0, readSize, writeSize, options = 0;
        private final byte[] tmp = new byte[8];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 18.8K bytes
    - Viewed (0)
Back to top