Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for outputBufferLength (0.07 sec)

  1. src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java

     *
     */
    public class Smb2QueryInfoRequest extends ServerMessageBlock2Request<Smb2QueryInfoResponse> implements RequestWithFileId {
    
        private byte infoType;
        private byte fileInfoClass;
        private final int outputBufferLength;
        private int additionalInformation;
        private int queryFlags;
        private byte[] fileId;
        private Encodable inputBuffer;
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java

        /**
         * Notify when alternate data stream is written
         */
        public static final int FILE_NOTIFY_CHANGE_STREAM_WRITE = 0x800;
    
        private final byte[] fileId;
        private final int outputBufferLength;
        private int notifyFlags;
        private int completionFilter;
    
        /**
         * Constructs a change notify request
         *
         * @param config
         *            The configuration to use
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java

        private byte fileInformationClass = FILE_BOTH_DIRECTORY_INFO;
        private byte queryFlags;
        private int fileIndex;
        private byte[] fileId;
        private final int outputBufferLength;
        private String fileName;
    
        /**
         * Constructs an SMB2 query directory request with the given configuration.
         *
         * @param config the configuration for this request
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top