Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNextCommandOffset (0.14 sec)

  1. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

         */
        @Override
        public final int getCommand () {
            return this.command;
        }
    
    
        /**
         * @return offset to next compound command
         */
        public final int getNextCommandOffset () {
            return this.nextCommand;
        }
    
    
        /**
         * @param readSize
         *            the readSize to set
         */
        public void setReadSize ( int readSize ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Sep 30 10:47:31 UTC 2018
    - 19.9K bytes
    - Viewed (0)
Back to top