Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPointer (0.34 sec)

  1. src/main/java/jcifs/pac/PacUnicodeString.java

        public short getMaxLength() {
            return this.maxLength;
        }
    
        /**
         * Gets the pointer/offset to the string data.
         *
         * @return the pointer to the string data
         */
        public int getPointer() {
            return this.pointer;
        }
    
        /**
         * Validates the provided string against this structure's metadata.
         * Checks that the string length matches the expected length and that
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top